]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/SepaExportItem.pm
Zusatzspalten fuer Kontoinhaber
[mfinanz.git] / SL / DB / MetaSetup / SepaExportItem.pm
index 08dd06e18963d74309530d04bbeb950c12d115cf..4746572ddfd2454d4586bc8b75b75118d4a9f93e 100644 (file)
@@ -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 },
 );