X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/72bb8ceee2c01a8d741cb33fc01ff08492967d36..b8f9149b04ff28fb4747cfdf702aaed8f07a853e:/SL/DB/MetaSetup/Contact.pm?ds=inline 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' ],