X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..361d8846ed83e99bb34b13c46b4e6b5a7090c70f:/SL/DB/MetaSetup/Contact.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 2eb4fa5e7..322f82647 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -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' ],