Revision 50aabb48
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/RequirementSpecItem.pm | ||
---|---|---|
19 | 19 |
item_type => { type => 'text', not_null => 1 }, |
20 | 20 |
itime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
21 | 21 |
mtime => { type => 'timestamp' }, |
22 |
net_sum => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 }, |
|
23 | 22 |
parent_id => { type => 'integer' }, |
24 | 23 |
position => { type => 'integer', not_null => 1 }, |
25 | 24 |
requirement_spec_id => { type => 'integer', not_null => 1 }, |
Auch abrufbar als: Unified diff
time_estimation in Sections richtig aktualisieren & in Pflichtenheften einführen