]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Contact.pm
Revert "tax_id in acc_trans"
[mfinanz.git] / SL / DB / MetaSetup / Contact.pm
index 2eb4fa5e7061d7e4165b39a2fdbf2bbe9fd02a71..322f826479ef22944dfec8417b654ef0c0b184f7 100644 (file)
@@ -28,9 +28,12 @@ __PACKAGE__->meta->setup(
     cp_project     => { type => 'text' },
     cp_privatphone => { type => 'text' },
     cp_privatemail => { type => 'text' },
-    cp_birthday    => { type => 'text' },
     cp_abteilung   => { type => 'text' },
     cp_gender      => { type => 'character', length => 1 },
+    cp_street      => { type => 'text' },
+    cp_zipcode     => { type => 'text' },
+    cp_city        => { type => 'text' },
+    cp_birthday    => { type => 'date' },
   ],
 
   primary_key_columns => [ 'cp_id' ],