Regenerated Propel models because some fields and methods were missing.

This commit is contained in:
drigato 2014-12-16 10:53:39 -05:00
parent aabe3799b1
commit 09c30bde1b
10 changed files with 318 additions and 152 deletions

View file

@ -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()