vendornumber => { type => 'text' },
cc => { type => 'text' },
bcc => { type => 'text' },
- gifi_accno => { type => 'text' },
business_id => { type => 'integer' },
taxnumber => { type => 'text' },
discount => { type => 'float', precision => 4 },
iban => { type => 'varchar', length => 100 },
bic => { type => 'varchar', length => 100 },
direct_debit => { type => 'boolean', default => 'false' },
- curr => { type => 'character', length => 3 },
+ curr => { type => 'text' },
],
primary_key_columns => [ 'id' ],