Revision 56ad461a
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/Order.pm | ||
---|---|---|
26 | 26 |
expected_billing_date => { type => 'date' }, |
27 | 27 |
globalproject_id => { type => 'integer' }, |
28 | 28 |
id => { type => 'integer', not_null => 1, sequence => 'id' }, |
29 |
intake => { type => 'boolean', default => 'false', not_null => 1 }, |
|
29 | 30 |
intnotes => { type => 'text' }, |
30 | 31 |
itime => { type => 'timestamp', default => 'now()' }, |
31 | 32 |
language_id => { type => 'integer' }, |
Auch abrufbar als: Unified diff
Auftrags-Eingang: DB und Nummernkreis