Revision a46c2950
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/DB/MetaSetup/VariantPropertyValue.pm | ||
---|---|---|
20 | 20 |
|
21 | 21 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
22 | 22 |
|
23 |
__PACKAGE__->meta->unique_keys([ 'variant_property_id', 'value' ]); |
|
24 |
|
|
23 | 25 |
__PACKAGE__->meta->allow_inline_column_values(1); |
24 | 26 |
|
25 | 27 |
__PACKAGE__->meta->foreign_keys( |
Auch abrufbar als: Unified diff
Varianten: Wert für Ausprägung nur einmal pro Eigenschaft