shippingpoint => { type => 'text' },
terms => { type => 'integer', default => '0' },
notes => { type => 'text' },
- curr => { type => 'character', length => 3 },
+ curr => { type => 'text' },
ordnumber => { type => 'text' },
employee_id => { type => 'integer' },
quonumber => { type => 'text' },
marge_percent => { type => 'numeric', precision => 5, scale => 15 },
donumber => { type => 'text' },
invnumber_for_credit_note => { type => 'text' },
+ direct_debit => { type => 'boolean', default => 'false' },
],
primary_key_columns => [ 'id' ],