Revision f81104ce
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/DB/MetaSetup/Assembly.pm | ||
---|---|---|
16 | 16 |
bom => { type => 'boolean' }, |
17 | 17 |
itime => { type => 'timestamp', default => 'now()' }, |
18 | 18 |
mtime => { type => 'timestamp' }, |
19 |
variable => { type => 'boolean', default => 'false', not_null => 1, remarks => 'true if this part of the assembly is variable, and can be modified' }, |
|
20 |
item_id => { type => 'integer', remarks => 'used to group parts in an assembly for exclusive options' }, |
|
21 | 19 |
assembly_id => { type => 'serial', not_null => 1 }, |
22 | 20 |
], |
23 | 21 |
|
24 | 22 |
primary_key_columns => [ 'assembly_id' ], |
25 |
|
|
26 |
allow_inline_column_values => 1, |
|
27 | 23 |
); |
28 | 24 |
|
29 | 25 |
1; |
Auch abrufbar als: Unified diff
Rose::DB::Object kennt "remarks" nicht; und in Standard-Unstable haben die DB-Spalten auch keine Bemerkungen