Revision a3511b2d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/Unit.pm | ||
---|---|---|
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 | 12 |
base_unit => { type => 'varchar', length => 20 }, |
13 |
factor => { type => 'numeric', precision => 5, scale => 20 },
|
|
13 |
factor => { type => 'numeric', precision => 20, scale => 5 },
|
|
14 | 14 |
id => { type => 'serial', not_null => 1 }, |
15 | 15 |
name => { type => 'varchar', length => 20, not_null => 1 }, |
16 | 16 |
sortkey => { type => 'integer', not_null => 1 }, |
Auch abrufbar als: Unified diff
MetaSetups mit RDBO >= 0.809 neu bauen
Siehe 6c22ee7eb1f64431bade6f361259737ed23b7ecc für die Erläuterung.