rdbo models: customer und vendor nach de8868c und 4c4939d0.
[kivitendo-erp.git] / SL / DB / MetaSetup / SepaExport.pm
index 943121a..da09817 100644 (file)
@@ -15,6 +15,7 @@ __PACKAGE__->meta->setup(
     executed    => { type => 'boolean', default => 'false' },
     closed      => { type => 'boolean', default => 'false' },
     itime       => { type => 'timestamp', default => 'now()' },
+    vc          => { type => 'varchar', length => 10 },
   ],
 
   primary_key_columns => [ 'id' ],