saving a template to the DB.
This commit is contained in:
parent
a2d4af5449
commit
06e21029d0
13 changed files with 67 additions and 105 deletions
|
@ -39,7 +39,7 @@ class CcPlayoutHistoryTemplateTableMap extends TableMap {
|
|||
$this->setPrimaryKeyMethodInfo('cc_playout_history_template_id_seq');
|
||||
// columns
|
||||
$this->addPrimaryKey('ID', 'DbId', 'INTEGER', true, null, null);
|
||||
$this->addColumn('TEMPLATE_NAME', 'DbTemplateName', 'VARCHAR', true, 128, null);
|
||||
$this->addColumn('TEMPLATE_NAME', 'DbName', 'VARCHAR', true, 128, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue