Revision 9dffe94b
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/RequirementSpec.pm | ||
---|---|---|
11 | 11 |
|
12 | 12 |
columns => [ |
13 | 13 |
id => { type => 'serial', not_null => 1 }, |
14 |
type_id => { type => 'integer', not_null => 1 },
|
|
15 |
status_id => { type => 'integer', not_null => 1 },
|
|
14 |
type_id => { type => 'integer' }, |
|
15 |
status_id => { type => 'integer' }, |
|
16 | 16 |
version_id => { type => 'integer' }, |
17 |
customer_id => { type => 'integer', not_null => 1 },
|
|
17 |
customer_id => { type => 'integer' }, |
|
18 | 18 |
project_id => { type => 'integer' }, |
19 | 19 |
title => { type => 'text', not_null => 1 }, |
20 | 20 |
hourly_rate => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 8 }, |
Auch abrufbar als: Unified diff
Pflichtenheftabschnittsvorlagen erzeugen, bearbeiten, löschen