Two more sets of might_have - has_many relationships for extra tests
[dbsrgits/DBIx-Class.git] / t / 746mssql.t
index aebdbf4..fd4cc58 100644 (file)
@@ -24,7 +24,7 @@ eval { $dbh->do("DROP TABLE artist") };
     $dbh->do(<<'');
 CREATE TABLE artist (
    artistid INT IDENTITY NOT NULL,
-   name VARCHAR(255),
+   name VARCHAR(100),
    rank INT NOT NULL DEFAULT '13',
    charfield CHAR(10) NULL,
    primary key(artistid)