new blob typemaps, Pg now has a sane blob type!
[DBIx-DBSchema.git] / DBSchema / DBD / Pg.pm
index 23ab42b..ad1613d 100644 (file)
@@ -8,7 +8,8 @@ $VERSION = '0.02';
 @ISA = qw(DBIx::DBSchema::DBD);
 
 %typemap = (
-  'BLOB' => 'TEXT',
+  'BLOB' => 'BYTEA',
+  'LONG VARBINARY' => 'BYTEA',
 );
 
 =head1 NAME