Revision d0c938cf
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
20 | 20 |
weightunit => { type => 'varchar', length => 5 }, |
21 | 21 |
businessnumber => { type => 'text' }, |
22 | 22 |
version => { type => 'varchar', length => 8 }, |
23 |
curr => { type => 'text' }, |
|
24 | 23 |
closedto => { type => 'date' }, |
25 | 24 |
revtrans => { type => 'boolean', default => 'false' }, |
26 | 25 |
ponumber => { type => 'text' }, |
... | ... | |
68 | 67 |
ar_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
69 | 68 |
ap_show_mark_as_paid => { type => 'boolean', default => 'true' }, |
70 | 69 |
assemblynumber => { type => 'text' }, |
70 |
currency_id => { type => 'integer', not_null => 1 }, |
|
71 | 71 |
], |
72 | 72 |
|
73 | 73 |
primary_key_columns => [ 'id' ], |
Auch abrufbar als: Unified diff
Neues DB-Setup für Währungen
Für RDBO-Code wird hier das MetaSetup der DB upgedated.