-removing type column from cc_playlist
This commit is contained in:
parent
4406d26c95
commit
bc660c4cdf
6 changed files with 14 additions and 102 deletions
|
@ -45,7 +45,6 @@ class CcPlaylistTableMap extends TableMap {
|
|||
$this->addForeignKey('CREATOR_ID', 'DbCreatorId', 'INTEGER', 'cc_subjs', 'ID', false, null, null);
|
||||
$this->addColumn('DESCRIPTION', 'DbDescription', 'VARCHAR', false, 512, null);
|
||||
$this->addColumn('LENGTH', 'DbLength', 'VARCHAR', false, null, '00:00:00');
|
||||
$this->addColumn('TYPE', 'DbType', 'VARCHAR', false, 7, 'static');
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue