CC-4961: Show linking
This commit is contained in:
parent
e64f6fb3fd
commit
9b2fb3bece
19 changed files with 485 additions and 5918 deletions
|
@ -41,6 +41,7 @@ class CcStampTableMap extends TableMap {
|
|||
$this->addPrimaryKey('ID', 'DbId', 'INTEGER', true, null, null);
|
||||
$this->addForeignKey('SHOW_ID', 'DbShowId', 'INTEGER', 'cc_show', 'ID', true, null, null);
|
||||
$this->addForeignKey('INSTANCE_ID', 'DbInstanceId', 'INTEGER', 'cc_show_instances', 'ID', false, null, null);
|
||||
$this->addColumn('LINKED', 'DbLinked', 'BOOLEAN', true, null, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue