Revision d1e8c8de
Von Werner Hahn vor 11 Monaten hinzugefügt
SL/DB/MetaSetup/VariantProperty.pm | ||
---|---|---|
14 | 14 |
itime => { type => 'timestamp', default => 'now()' }, |
15 | 15 |
mtime => { type => 'timestamp' }, |
16 | 16 |
name => { type => 'text', not_null => 1 }, |
17 |
sortkey => { type => 'integer' }, |
|
17 | 18 |
unique_name => { type => 'text', not_null => 1 }, |
18 | 19 |
); |
19 | 20 |
|
Auch abrufbar als: Unified diff
VariantenProperties: sortkey hinzugefügt