X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FBindType.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FBindType.pm;h=f8d7e67b3b38806f11da345ea43649246b74ab6c;hb=74b5397c077a964ed301d18f5ccda72afa91f353;hp=97edc8bf333fc3869f29245b4c2abcac8a212a13;hpb=3f6a394fe6ffd511796085e22d2651ef04ea70ef;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/BindType.pm b/t/lib/DBICTest/Schema/BindType.pm index 97edc8b..f8d7e67 100644 --- a/t/lib/DBICTest/Schema/BindType.pm +++ b/t/lib/DBICTest/Schema/BindType.pm @@ -21,10 +21,18 @@ __PACKAGE__->add_columns( data_type => 'blob', is_nullable => 1, }, + 'blob2' => { + data_type => 'blob', + is_nullable => 1, + }, 'clob' => { data_type => 'clob', is_nullable => 1, }, + 'clob2' => { + data_type => 'clob', + is_nullable => 1, + }, 'a_memo' => { data_type => 'memo', is_nullable => 1,