PriceSource: Klassenauflösung fpr items von Gutschriften
[kivitendo-erp.git] / SL / DB / MetaSetup / BankAccount.pm
index d8be5aa..8057f44 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' ]);