1 package # hide from PAUSE
4 use base qw/DBIx::Class::Schema/;
8 __PACKAGE__->load_classes(qw/
21 { 'DBICTest::Schema' => [qw/
30 'FourKeys_to_TwoKeys',
33 'ArtistUndirectedMap',
39 qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
40 qw/Collection CollectionObject TypedObject Owners BooksInLibrary/,
44 sub sqlt_deploy_hook {
45 my ($self, $sqlt_schema) = @_;
47 $sqlt_schema->drop_table('dummy');