Regenerated Propel models because some fields and methods were missing.
This commit is contained in:
parent
aabe3799b1
commit
09c30bde1b
10 changed files with 318 additions and 152 deletions
|
@ -52,6 +52,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, '');
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue