X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fsqlite.sql;h=b14bd5edd980244cc032ebdf7c300706a1d33425;hb=f3a9ea3d41f4d32346bc5ea7ce83a7dcfe45b118;hp=ea5891b47dc9ce1418bfcc210e095d1990bcf949;hpb=8138f96a9bb627e9f27cf9908532021217eb89b9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/sqlite.sql b/t/lib/sqlite.sql index ea5891b..b14bd5e 100644 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Thu Nov 18 08:18:15 2010 +-- Created on Mon Feb 21 12:10:04 2011 -- -- @@ -26,7 +26,8 @@ CREATE TABLE bindtype_test ( id INTEGER PRIMARY KEY NOT NULL, bytea blob, blob blob, - clob clob + clob clob, + a_memo memo ); --