Oops, deploy only drops tables if you tell it to..
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Tag.pm
index 4fdf230..b93b622 100644 (file)
@@ -15,7 +15,8 @@ DBICTest::Schema::Tag->add_columns(
     data_type => 'integer',
   },
   'tag' => {
-    data_type => 'varchar'
+    data_type => 'varchar',
+    size      => 100,
   },
 );
 DBICTest::Schema::Tag->set_primary_key('tagid');