mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
Generate CREATE TABLE queries using new parser
This commit is contained in:
parent
99e74a0e20
commit
93e597989d
3 changed files with 113 additions and 9 deletions
|
|
@ -10,6 +10,7 @@ class Constraint
|
|||
public $type;
|
||||
public $column;
|
||||
public $references;
|
||||
public $on_update;
|
||||
public $on_delete;
|
||||
public $condition;
|
||||
public $on_delete = 'RESTRICT';
|
||||
public $on_update = 'RESTRICT';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue