SAAS-1058: Podcast table schema
Renamed podcast_contents to podcast_episodes Added new columns to podcast_episodes table
This commit is contained in:
parent
f6f23864ce
commit
9a2e9d1b3b
18 changed files with 889 additions and 637 deletions
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'podcast_episodes' table.
|
||||
*
|
||||
*
|
||||
*
|
||||
* You should add additional methods to this class to meet the
|
||||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*
|
||||
* @package propel.generator.airtime
|
||||
*/
|
||||
class PodcastEpisodesQuery extends BasePodcastEpisodesQuery
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue