DB2 compat: add new artist rank field to col_info_for test
Jess Robinson [Fri, 30 Jan 2009 14:33:24 +0000 (14:33 +0000)]
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 
+    },
 };