1 package # hide from PAUSE
8 use base 'DBICTest::BaseSchema';
10 __PACKAGE__->mk_group_accessors(simple => 'custom_attr');
12 __PACKAGE__->load_classes(qw/
30 { 'DBICTest::Schema' => [qw/
44 'FourKeys_to_TwoKeys',
47 'ArtistUndirectedMap',
52 'Dummy', # this is a real result class we remove in the hook below
54 qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
55 qw/Collection CollectionObject TypedObject Owners BooksInLibrary/,
56 qw/ForceForeign Encoded/,
59 sub sqlt_deploy_hook {
60 my ($self, $sqlt_schema) = @_;
62 $sqlt_schema->drop_table('dummy');