modified episodes_description to be longvarchar aka text
This commit is contained in:
parent
adb8d8c01d
commit
0cbeb07e19
6 changed files with 19 additions and 4 deletions
|
@ -46,7 +46,7 @@ class PodcastEpisodesTableMap extends TableMap
|
|||
$this->addColumn('download_url', 'DbDownloadUrl', 'VARCHAR', true, 4096, null);
|
||||
$this->addColumn('episode_guid', 'DbEpisodeGuid', 'VARCHAR', true, 4096, null);
|
||||
$this->addColumn('episode_title', 'DbEpisodeTitle', 'VARCHAR', true, 4096, null);
|
||||
$this->addColumn('episode_description', 'DbEpisodeDescription', 'VARCHAR', true, 4096, null);
|
||||
$this->addColumn('episode_description', 'DbEpisodeDescription', 'LONGVARCHAR', true, null, null);
|
||||
// validators
|
||||
} // initialize()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue