Revision e01884e2
Von Tamino Steinert vor 11 Monaten hinzugefügt
SL/DB/MetaSetup/VariantPropertyValue.pm | ||
---|---|---|
|
||
__PACKAGE__->meta->primary_key_columns([ 'id' ]);
|
||
|
||
__PACKAGE__->meta->unique_keys([ 'variant_property_id', 'value' ]);
|
||
|
||
__PACKAGE__->meta->allow_inline_column_values(1);
|
||
|
||
__PACKAGE__->meta->foreign_keys(
|
Auch abrufbar als: Unified diff
Varianten: Wert für Ausprägung nur einmal pro Eigenschaft