File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 463
463
<constraint xsi : type =" foreign" referenceId =" EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_STORE_STORE_ID"
464
464
table =" eav_attribute_option_value" column =" store_id" referenceTable =" store"
465
465
referenceColumn =" store_id" onDelete =" CASCADE" />
466
+ <constraint xsi : type =" unique" referenceId =" EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_OPTION_ID" >
467
+ <column name =" store_id" />
468
+ <column name =" option_id" />
469
+ </constraint >
466
470
<index referenceId =" EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID" indexType =" btree" >
467
471
<column name =" option_id" />
468
472
</index >
Original file line number Diff line number Diff line change 290
290
"constraint" : {
291
291
"PRIMARY" : true ,
292
292
"EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID" : true ,
293
- "EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_STORE_STORE_ID" : true
293
+ "EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_STORE_STORE_ID" : true ,
294
+ "EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_OPTION_ID" : true
294
295
}
295
296
},
296
297
"eav_attribute_label" : {
You can’t perform that action at this time.
0 commit comments