DB2 compat: add new artist rank field to col_info_for test
[dbsrgits/DBIx-Class.git] / t / 745db2.t
index 48f975c..5d628e8 100644 (file)
@@ -60,6 +60,11 @@ my $test_type_info = {
         'is_nullable' => 1,
         'size' => 10 
     },
+    'rank' => {
+        'data_type' => 'INTEGER',
+        'is_nullable' => 1,
+        'size' => 10 
+    },
 };