]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/AccTransaction.pm
tax_id in acc_trans
[mfinanz.git] / SL / DB / MetaSetup / AccTransaction.pm
index 649b4647fcbc2a85d2fce687ac44d5b0c0353fa4..29d5c3534c5319104b74833ce563516c2ee712c2 100644 (file)
@@ -26,12 +26,11 @@ __PACKAGE__->meta->setup(
     taxkey         => { type => 'integer' },
     itime          => { type => 'timestamp', default => 'now()' },
     mtime          => { type => 'timestamp' },
     taxkey         => { type => 'integer' },
     itime          => { type => 'timestamp', default => 'now()' },
     mtime          => { type => 'timestamp' },
+    tax_id         => { type => 'integer', not_null => 1 },
   ],
 
   primary_key_columns => [ 'acc_trans_id' ],
 
   ],
 
   primary_key_columns => [ 'acc_trans_id' ],
 
-  allow_inline_column_values => 1,
-
   foreign_keys => [
     chart => {
       class       => 'SL::DB::Chart',
   foreign_keys => [
     chart => {
       class       => 'SL::DB::Chart',