moved code to ::DBI::MSSQL and added DT inflation test
[dbsrgits/DBIx-Class.git] / t / 746mssql.t
index ebb5a85..fa8f137 100644 (file)
@@ -83,7 +83,7 @@ $schema->storage->dbh_do (sub {
 
 CREATE TABLE money_test (
    id INT IDENTITY PRIMARY KEY,
-   amount money
+   amount MONEY NULL
 )
 
 SQL