X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/604765d5156076bdac2e2bf305ec287c6b0a0096..26b4def7670b9f01e1eb61ac8d7e4d18c1f2593a:/SL/DB/MetaSetup/Contact.pm diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 8dd8b5b6d..225a4c795 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -34,7 +34,7 @@ __PACKAGE__->meta->setup( cp_zipcode => { type => 'text' }, cp_city => { type => 'text' }, cp_birthday => { type => 'date' }, - cp_position => { type => 'character', length => 75 }, + cp_position => { type => 'varchar', length => 75 }, ], primary_key_columns => [ 'cp_id' ],