SAAS-1058: Podcast table schema
Add additional podcast table column - type
This commit is contained in:
parent
28493497fd
commit
1a26679357
6 changed files with 132 additions and 16 deletions
|
@ -46,6 +46,7 @@ class PodcastTableMap extends TableMap
|
|||
$this->addColumn('description', 'DbDescription', 'VARCHAR', false, 512, null);
|
||||
$this->addColumn('auto_ingest', 'DbAutoIngest', 'BOOLEAN', true, null, false);
|
||||
$this->addForeignKey('owner', 'DbOwner', 'INTEGER', 'cc_subjs', 'id', false, null, null);
|
||||
$this->addColumn('type', 'DbType', 'INTEGER', true, null, 1);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue