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