Revision f228ac9b
Von Moritz Bunkus vor mehr als 5 Jahren hinzugefügt
SL/DB/MetaSetup/Assembly.pm | ||
---|---|---|
16 | 16 |
mtime => { type => 'timestamp' }, |
17 | 17 |
parts_id => { type => 'integer', not_null => 1 }, |
18 | 18 |
position => { type => 'integer' }, |
19 |
qty => { type => 'float', scale => 4 }, |
|
19 |
qty => { type => 'float', precision => 4, scale => 4 },
|
|
20 | 20 |
); |
21 | 21 |
|
22 | 22 |
__PACKAGE__->meta->primary_key_columns([ 'assembly_id' ]); |
Auch abrufbar als: Unified diff
Rose: MetaSetups bzgl. Fließkommazahlen erneuert