1 package # hide from PAUSE
4 BEGIN { unshift @INC, './t/testlib'; }
9 __PACKAGE__->table(cdbibintest => 'cdbibintest');
10 __PACKAGE__->sequence('binseq');
11 __PACKAGE__->columns(All => qw(id bin));
13 # __PACKAGE__->data_type(bin => DBI::SQL_BINARY);
15 sub schema { "id INTEGER, bin BYTEA" }