change sqlite is_nullable test to hopefully fail on the right config
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 10sqlite_common.t
index c80ff53..7feba6e 100644 (file)
@@ -18,7 +18,7 @@ my $tester = dbixcsl_common_tests->new(
             q{
                 CREATE TABLE "extra_loader_test1" (
                     "id" NOT NULL PRIMARY KEY,
-                    "value" VARCHAR(100) NOT NULL
+                    "value" TEXT UNIQUE NOT NULL
                 )
             },
             q{