X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEmployee.pm;h=9bf015a1c38bd4fc756f2a5196acbfd840c1b036;hb=928f0af8b6c9a6931b77ca475af33d54e9aa1836;hp=7beb83328a57f5a5bcbd82b4a7b1a3d099db410d;hpb=1d941d679cb76c3be370420b419b6a48578180dc;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/Employee.pm b/t/lib/DBICTest/Schema/Employee.pm index 7beb833..9bf015a 100644 --- a/t/lib/DBICTest/Schema/Employee.pm +++ b/t/lib/DBICTest/Schema/Employee.pm @@ -1,7 +1,7 @@ package # hide from PAUSE DBICTest::Schema::Employee; -use base 'DBIx::Class::Core'; +use base qw/DBICTest::BaseResult/; __PACKAGE__->load_components(qw( Ordered )); @@ -23,6 +23,10 @@ __PACKAGE__->add_columns( data_type => 'integer', is_nullable => 1, }, + group_id_3 => { + data_type => 'integer', + is_nullable => 1, + }, name => { data_type => 'varchar', size => 100,