We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548864 commit 1ca4c66Copy full SHA for 1ca4c66
tests/Fixtures/schemas/schema.xml
@@ -67,6 +67,10 @@
67
<foreign-key foreignTable="bookstore" foreignSchema="bookstore_schemas" onDelete="cascade">
68
<reference local="bookstore_id" foreign="id"/>
69
</foreign-key>
70
+ <unique>
71
+ <unique-column name="bookstore_id"/>
72
+ <unique-column name="id"/>
73
+ </unique>
74
</table>
75
76
<table name="second_hand_book" schema="second_hand_books">
0 commit comments