Revision d0c938cf
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
53 | 53 |
iban => { type => 'varchar', length => 100 }, |
54 | 54 |
bic => { type => 'varchar', length => 100 }, |
55 | 55 |
direct_debit => { type => 'boolean', default => 'false' }, |
56 |
curr => { type => 'text' }, |
|
57 | 56 |
taxincluded_checked => { type => 'boolean' }, |
57 |
currency_id => { type => 'integer', not_null => 1 }, |
|
58 | 58 |
], |
59 | 59 |
|
60 | 60 |
primary_key_columns => [ 'id' ], |
61 | 61 |
|
62 |
allow_inline_column_values => 1, |
|
63 |
|
|
64 | 62 |
foreign_keys => [ |
65 | 63 |
business => { |
66 | 64 |
class => 'SL::DB::Business', |
Auch abrufbar als: Unified diff
Neues DB-Setup für Währungen
Für RDBO-Code wird hier das MetaSetup der DB upgedated.