cc-3936:
Name of foreign key was given for easier access through propel. Also renamed phpName for ownerId to fit the existing convention.
This commit is contained in:
parent
b0a61fc291
commit
60803e5146
|
@ -75,8 +75,8 @@
|
|||
<column name="soundcloud_link_to_file" phpName="DbSoundcloudLinkToFile" type="VARCHAR" size="4096" required="false"/>
|
||||
<column name="soundcloud_upload_time" phpName="DbSoundCloundUploadTime" type="TIMESTAMP" size="6" required="false"/>
|
||||
<column name="replay_gain" phpName="DbReplayGain" type="VARCHAR" size="16" required="false"/>
|
||||
<column name="owner_id" phpName="ownerId" type="INTEGER" required="false"/>
|
||||
<foreign-key foreignTable="cc_subjs" name="cc_files_owner_fkey">
|
||||
<column name="owner_id" phpName="DbOwnerId" type="INTEGER" required="false"/>
|
||||
<foreign-key foreignTable="cc_subjs" phpName="Owner" name="cc_files_owner_fkey">
|
||||
<reference local="owner_id" foreign="id"/>
|
||||
</foreign-key>
|
||||
<foreign-key foreignTable="cc_subjs" name="cc_files_editedby_fkey">
|
||||
|
|
Loading…
Reference in New Issue