X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a6f0b74c08f02cd04adfe2429eb9965e770c2ba..26b4def7670b9f01e1eb61ac8d7e4d18c1f2593a:/SL/DB/MetaSetup/Contact.pm diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 322f82647..225a4c795 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 => 'varchar', length => 75 }, ], primary_key_columns => [ 'cp_id' ],