Very basic tests for DBIC:Positioned.
[dbsrgits/DBIx-Class.git] / t / run / 04db.tl
index 424948c..2c91ed8 100644 (file)
@@ -39,7 +39,12 @@ my $test_type_info = {
         'data_type' => 'varchar',
         'is_nullable' => 0,
         'size' => undef,
-    }
+    },
+    'position' => {
+        'data_type' => 'INTEGER',
+        'is_nullable' => 0,
+        'size' => undef,
+    },
 };
 is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');