Revision 50aabb48
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/RequirementSpec.pm | ||
---|---|---|
15 | 15 |
is_template => { type => 'boolean', default => 'false' }, |
16 | 16 |
itime => { type => 'timestamp', default => 'now()' }, |
17 | 17 |
mtime => { type => 'timestamp' }, |
18 |
net_sum => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 }, |
|
19 | 18 |
previous_fb_number => { type => 'integer', not_null => 1 }, |
20 | 19 |
previous_section_number => { type => 'integer', not_null => 1 }, |
21 | 20 |
project_id => { type => 'integer' }, |
22 | 21 |
status_id => { type => 'integer' }, |
22 |
time_estimation => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 }, |
|
23 | 23 |
title => { type => 'text', not_null => 1 }, |
24 | 24 |
type_id => { type => 'integer' }, |
25 | 25 |
version_id => { type => 'integer' }, |
Auch abrufbar als: Unified diff
time_estimation in Sections richtig aktualisieren & in Pflichtenheften einführen