more Oracle type info fixes
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 13db2_common.t
index c21fec8..4cbb7fd 100644 (file)
@@ -14,7 +14,7 @@ my $tester = dbixcsl_common_tests->new(
     password       => $password,
     null           => '',
     data_types => {
-        'timestamp default current timestamp' => { data_type => 'timestamp', default_value => \'current_timestamp' }
+        'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp' }
     },
 );