Revision a3511b2d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/AccTransaction.pm | ||
---|---|---|
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 | 12 |
acc_trans_id => { type => 'bigint', not_null => 1, sequence => 'acc_trans_id_seq' }, |
13 |
amount => { type => 'numeric', precision => 5, scale => 15 },
|
|
13 |
amount => { type => 'numeric', precision => 15, scale => 5 },
|
|
14 | 14 |
cb_transaction => { type => 'boolean', default => 'false', not_null => 1 }, |
15 | 15 |
chart_id => { type => 'integer', not_null => 1 }, |
16 | 16 |
chart_link => { type => 'text', not_null => 1 }, |
Auch abrufbar als: Unified diff
MetaSetups mit RDBO >= 0.809 neu bauen
Siehe 6c22ee7eb1f64431bade6f361259737ed23b7ecc für die Erläuterung.