Add extra test blob type
[dbsrgits/DBIx-Class.git] / t / 750firebird.t
index 3618edf..733f390 100644 (file)
@@ -218,7 +218,8 @@ EOF
     "id"     INT PRIMARY KEY,
     "bytea"  INT,
     "blob"   BLOB,
-    "clob"   BLOB SUB_TYPE TEXT
+    "clob"   BLOB SUB_TYPE TEXT,
+    "a_memo" INT
   )
   ]);