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