X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FHost.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FHost.pm;h=53ee9f741cda4fc796be82bf04a22f24a2f7aa57;hb=5da3e14747f34ab3fccb870e513f0b0ae762851f;hp=5f1d99f0e391ca425cd1c40b6eb86e80382febea;hpb=779843115880e1daf4c4454944c8d2673fef7daf;p=dbsrgits%2FDBIx-Class-InflateColumn-IP.git diff --git a/t/lib/DBICTest/Schema/Host.pm b/t/lib/DBICTest/Schema/Host.pm index 5f1d99f..53ee9f7 100644 --- a/t/lib/DBICTest/Schema/Host.pm +++ b/t/lib/DBICTest/Schema/Host.pm @@ -12,7 +12,7 @@ __PACKAGE__->add_columns( is_nullable => 0, }, address => { - data_type => 'integer', + data_type => 'bigint', is_nullable => 0, is_ip => 1, }