X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3ccf1a99fce36f76d43c8394b683b88ff14679ff..7635f647ec7dcdef51684b21601ee0930ea2bc5b:/SL/DB/MetaSetup/Contact.pm diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 322f82647..8dd8b5b6d 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -34,6 +34,7 @@ __PACKAGE__->meta->setup( cp_zipcode => { type => 'text' }, cp_city => { type => 'text' }, cp_birthday => { type => 'date' }, + cp_position => { type => 'character', length => 75 }, ], primary_key_columns => [ 'cp_id' ],