Oops, deploy only drops tables if you tell it to..
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / SelfRef.pm
index 2817b67..474c1a2 100644 (file)
@@ -11,6 +11,7 @@ __PACKAGE__->add_columns(
   },\r
   'name' => {\r
     data_type => 'varchar',\r
+    size      => 100,\r
   },\r
 );\r
 __PACKAGE__->set_primary_key('id');\r