creditlimit => { type => 'numeric', default => '0', precision => 15, scale => 5 },
currency_id => { type => 'integer', not_null => 1 },
customernumber => { type => 'text' },
+ contact_origin => { type => 'text' },
delivery_term_id => { type => 'integer' },
department_1 => { type => 'text' },
department_2 => { type => 'text' },
iban => { type => 'text' },
id => { type => 'integer', not_null => 1, sequence => 'id' },
itime => { type => 'timestamp', default => 'now()' },
+ invoice_mail => { type => 'text' },
language => { type => 'text' },
language_id => { type => 'integer' },
mandate_date_of_signature => { type => 'date' },