saving a template to the DB.
This commit is contained in:
parent
a2d4af5449
commit
06e21029d0
13 changed files with 67 additions and 105 deletions
|
@ -43,7 +43,7 @@ class CcPlayoutHistoryTemplateFieldTableMap extends TableMap {
|
|||
$this->addColumn('NAME', 'DbName', 'VARCHAR', true, 128, null);
|
||||
$this->addColumn('TYPE', 'DbType', 'VARCHAR', true, 128, null);
|
||||
$this->addColumn('IS_FILE_MD', 'DbIsFileMD', 'BOOLEAN', true, null, false);
|
||||
$this->addColumn('POSITION', 'DbTagPosition', 'INTEGER', true, null, null);
|
||||
$this->addColumn('POSITION', 'DbPosition', 'INTEGER', true, null, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue