Revision 7e0130b0
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/ProjectPhase.pm | ||
---|---|---|
9 | 9 |
__PACKAGE__->meta->table('project_phases'); |
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 |
budget_cost => { type => 'numeric', default => '0', not_null => 1, precision => 5, scale => 15 },
|
|
12 |
budget_cost => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
|
|
13 | 13 |
budget_minutes => { type => 'integer', default => '0', not_null => 1 }, |
14 | 14 |
description => { type => 'text', not_null => 1 }, |
15 | 15 |
end_date => { type => 'date' }, |
16 |
general_cost_per_hour => { type => 'numeric', default => '0', not_null => 1, precision => 5, scale => 15 },
|
|
16 |
general_cost_per_hour => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
|
|
17 | 17 |
general_minutes => { type => 'integer', default => '0', not_null => 1 }, |
18 | 18 |
id => { type => 'serial', not_null => 1 }, |
19 | 19 |
itime => { type => 'timestamp', default => 'now()' }, |
Auch abrufbar als: Unified diff
Pflichtenhefte: Meta-Setups nach RDBO-Update neu gebaut