Revision 86650875
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
| SL/DB/MetaSetup/VariantPropertyValue.pm | ||
|---|---|---|
|
id => { type => 'serial', not_null => 1 },
|
||
|
itime => { type => 'timestamp', default => 'now()' },
|
||
|
mtime => { type => 'timestamp' },
|
||
|
sortkey => { type => 'integer', not_null => 1 },
|
||
|
sortkey => { type => 'integer' },
|
||
|
value => { type => 'text', not_null => 1 },
|
||
|
variant_property_id => { type => 'integer', not_null => 1 },
|
||
|
);
|
||
Auch abrufbar als: Unified diff
Varianten: alle Artikeltypen ermöglichen