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
|
@ -571,6 +571,7 @@
|
|||
<column name="description" phpName="DbDescription" type="VARCHAR" size="512" />
|
||||
<column name="auto_ingest" phpName="DbAutoIngest" type="BOOLEAN" required="true" defaultValue="false"/>
|
||||
<column name="owner" phpName="DbOwner" type="INTEGER" />
|
||||
<column name="type" phpName="DbType" type="INTEGER" required="true" defaultValue="1"/>
|
||||
<foreign-key foreignTable="cc_subjs" name="podcast_owner_fkey" onDelete="CASCADE">
|
||||
<reference local="owner" foreign="id" />
|
||||
</foreign-key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue