Updated sql schema to include image_path in Cc_Show table
This commit is contained in:
parent
3655c261ac
commit
8494f813ee
7 changed files with 99 additions and 34 deletions
|
@ -51,6 +51,7 @@ class CcShowTableMap extends TableMap {
|
|||
$this->addColumn('LIVE_STREAM_PASS', 'DbLiveStreamPass', 'VARCHAR', false, 255, null);
|
||||
$this->addColumn('LINKED', 'DbLinked', 'BOOLEAN', true, null, false);
|
||||
$this->addColumn('IS_LINKABLE', 'DbIsLinkable', 'BOOLEAN', true, null, true);
|
||||
$this->addColumn('IMAGE_PATH', 'DbImagePath', 'VARCHAR', false, 255, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue