Revision 49644f8f
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/RequirementSpecTextBlock.pm | ||
---|---|---|
18 | 18 |
output_position => { type => 'integer', default => 1, not_null => 1 }, |
19 | 19 |
itime => { type => 'timestamp', default => 'now()', not_null => 1 }, |
20 | 20 |
mtime => { type => 'timestamp' }, |
21 |
is_flagged => { type => 'boolean', default => 'false', not_null => 1 }, |
|
21 | 22 |
], |
22 | 23 |
|
23 | 24 |
primary_key_columns => [ 'id' ], |
24 | 25 |
|
25 | 26 |
allow_inline_column_values => 1, |
27 |
|
|
28 |
foreign_keys => [ |
|
29 |
requirement_spec => { |
|
30 |
class => 'SL::DB::RequirementSpec', |
|
31 |
key_columns => { requirement_spec_id => 'id' }, |
|
32 |
}, |
|
33 |
], |
|
26 | 34 |
); |
27 | 35 |
|
28 | 36 |
1; |
Auch abrufbar als: Unified diff
Pflichtenhefttextblöcke (DB): Spalte "is_flagged"