chart_id => { type => 'integer', not_null => 1 },
iban => { type => 'varchar', length => 100 },
id => { type => 'integer', not_null => 1, sequence => 'id' },
chart_id => { type => 'integer', not_null => 1 },
iban => { type => 'varchar', length => 100 },
id => { type => 'integer', not_null => 1, sequence => 'id' },