MetaSetup update für contacts
[kivitendo-erp.git] / SL / DB / MetaSetup / Contact.pm
index 8dd8b5b..225a4c7 100644 (file)
@@ -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' ],