Revision 14ec63c8
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/DeliveryTerm.pm | ||
---|---|---|
14 | 14 |
id => { type => 'integer', not_null => 1, sequence => 'id' }, |
15 | 15 |
itime => { type => 'timestamp', default => 'now()' }, |
16 | 16 |
mtime => { type => 'timestamp' }, |
17 |
obsolete => { type => 'boolean', default => 'false', not_null => 1 }, |
|
17 | 18 |
sortkey => { type => 'integer', not_null => 1 }, |
18 | 19 |
); |
19 | 20 |
|
Auch abrufbar als: Unified diff
Lieferbedingungen ungültig markieren können