Revision 56803dc2
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
9 | 9 |
__PACKAGE__->meta->table('parts'); |
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 |
alternate => { type => 'boolean', default => 'false' }, |
|
13 | 12 |
assembly => { type => 'boolean', default => 'false' }, |
14 | 13 |
bin_id => { type => 'integer' }, |
15 | 14 |
bom => { type => 'boolean', default => 'false' }, |
Auch abrufbar als: Unified diff
nicht benutzte Spalte parts.alternate entfernen