X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..7635f647ec7dcdef51684b21601ee0930ea2bc5b:/SL/DB/MetaSetup/Contact.pm diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 2eb4fa5e7..8dd8b5b6d 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -28,9 +28,13 @@ __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' }, + cp_position => { type => 'character', length => 75 }, ], primary_key_columns => [ 'cp_id' ],