Auto generated schema file updates
This commit is contained in:
parent
0789de9392
commit
9952c2b58f
4 changed files with 147 additions and 67 deletions
|
@ -39,6 +39,7 @@ class CcShowInstancesTableMap extends TableMap {
|
|||
$this->setPrimaryKeyMethodInfo('cc_show_instances_id_seq');
|
||||
// columns
|
||||
$this->addPrimaryKey('ID', 'DbId', 'INTEGER', true, null, null);
|
||||
$this->addColumn('DESCRIPTION', 'DbDescription', 'VARCHAR', false, 512, null);
|
||||
$this->addColumn('STARTS', 'DbStarts', 'TIMESTAMP', true, null, null);
|
||||
$this->addColumn('ENDS', 'DbEnds', 'TIMESTAMP', true, null, null);
|
||||
$this->addForeignKey('SHOW_ID', 'DbShowId', 'INTEGER', 'cc_show', 'ID', true, null, null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue