fix duplicated foreign key

This commit is contained in:
Manuel Raynaud
2013-07-23 10:57:37 +02:00
parent 274b515f0a
commit 9a9572e1b5
2 changed files with 3 additions and 3 deletions

View File

@@ -339,7 +339,7 @@
<column name="lang" size="10" type="VARCHAR" />
<column name="sponsor" size="50" type="VARCHAR" />
<column name="discount" type="FLOAT" />
<foreign-key foreignTable="customer_title" name="fk_address_customer_title_id" onDelete="RESTRICT" onUpdate="RESTRICT">
<foreign-key foreignTable="customer_title" name="fk_customer_customer_title_id" onDelete="RESTRICT" onUpdate="RESTRICT">
<reference foreign="id" local="title_id" />
</foreign-key>
<unique name="ref_UNIQUE">