CC-4961: Show linking
This commit is contained in:
parent
e64f6fb3fd
commit
9b2fb3bece
19 changed files with 485 additions and 5918 deletions
|
@ -53,6 +53,7 @@ class CcScheduleTableMap extends TableMap {
|
|||
$this->addColumn('PLAYOUT_STATUS', 'DbPlayoutStatus', 'SMALLINT', true, null, 1);
|
||||
$this->addColumn('BROADCASTED', 'DbBroadcasted', 'SMALLINT', true, null, 0);
|
||||
$this->addColumn('STAMP_ID', 'DbStampId', 'INTEGER', true, null, 0);
|
||||
$this->addColumn('STAMP_CONTENT_ID', 'DbStampContentId', 'INTEGER', true, null, 0);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue