Revision 82349c1e
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/DB/MetaSetup/Inventory.pm | ||
---|---|---|
23 | 23 |
trans_id => { type => 'integer', not_null => 1 }, |
24 | 24 |
trans_type_id => { type => 'integer', not_null => 1 }, |
25 | 25 |
project_id => { type => 'integer' }, |
26 |
chargenumber => { type => 'text' }, |
|
26 |
chargenumber => { type => 'text', default => '', not_null => 1 },
|
|
27 | 27 |
comment => { type => 'text' }, |
28 | 28 |
bestbefore => { type => 'date' }, |
29 | 29 |
id => { type => 'serial', not_null => 1 }, |
Auch abrufbar als: Unified diff
rdbo: chargenumber in inventory not null default ''