Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class-Historic.git] / t / run / 04db.tl
index f7d847c..4865d96 100644 (file)
@@ -45,11 +45,6 @@ my $test_type_info = {
         'data_type' => 'varchar',
         'is_nullable' => 0,
     },
-    'position' => {
-        'data_type' => 'INTEGER',
-        'is_nullable' => 0,
-        'size' => undef,
-    },
 };
 is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');