]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BankAccount.pm
PriceRule: Waren auch im Einkauf zulassen.
[kivitendo-erp.git] / SL / DB / MetaSetup / BankAccount.pm
index d8be5aacf22aa24d0d051d42c90b279582ae3d7c..8057f44ac8e949c737fb0361299508d68ff8c2f4 100644 (file)
@@ -16,6 +16,7 @@ __PACKAGE__->meta->columns(
   chart_id       => { type => 'integer', not_null => 1 },
   iban           => { type => 'varchar', length => 100 },
   id             => { type => 'integer', not_null => 1, sequence => 'id' },
+  name           => { type => 'text' },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);