Oops, deploy only drops tables if you tell it to..
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Producer.pm
index d1cbc18..36b63a1 100644 (file)
@@ -11,6 +11,7 @@ __PACKAGE__->add_columns(
   },
   'name' => {
     data_type => 'varchar',
+    size      => 100,
   },
 );
 __PACKAGE__->set_primary_key('producerid');