]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/TaxZone.pm
Steuerzonen und Buchungsgruppen bearbeiten
[mfinanz.git] / SL / DB / MetaSetup / TaxZone.pm
index b294531574a33d01f0a20ea668cc822e501d0f05..993d28f88ab17829a8e56270e9d9aa815289edf5 100644 (file)
@@ -10,7 +10,8 @@ __PACKAGE__->meta->table('tax_zones');
 
 __PACKAGE__->meta->columns(
   description => { type => 'text' },
-  id          => { type => 'integer', not_null => 1 },
+  id          => { type => 'integer', not_null => 1, sequence => 'id' },
+  sortkey     => { type => 'integer', not_null => 1 },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);