X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1f6a2920746912f82410c5855c15b2f6e6c434f9..37ce1a9c9052de31c299f37bdf591a8d87e3963a:/SL/DB/MetaSetup/SepaExportItem.pm diff --git a/SL/DB/MetaSetup/SepaExportItem.pm b/SL/DB/MetaSetup/SepaExportItem.pm index 08dd06e18..4746572dd 100644 --- a/SL/DB/MetaSetup/SepaExportItem.pm +++ b/SL/DB/MetaSetup/SepaExportItem.pm @@ -18,11 +18,13 @@ __PACKAGE__->meta->columns( execution_date => { type => 'date' }, id => { type => 'integer', not_null => 1, sequence => 'id' }, our_bic => { type => 'varchar', length => 100 }, + our_depositor => { type => 'text' }, our_iban => { type => 'varchar', length => 100 }, reference => { type => 'varchar', length => 35 }, requested_execution_date => { type => 'date' }, sepa_export_id => { type => 'integer', not_null => 1 }, vc_bic => { type => 'varchar', length => 100 }, + vc_depositor => { type => 'text' }, vc_iban => { type => 'varchar', length => 100 }, );