1 package # hide from PAUSE
4 use base 'DBIx::Class::Test::SQLite';
7 __PACKAGE__->set_table("Lazy");
8 __PACKAGE__->columns('Primary', qw(this));
9 __PACKAGE__->columns('Essential', qw(opop));
10 __PACKAGE__->columns('things', qw(this that));
11 __PACKAGE__->columns('horizon', qw(eep orp));
12 __PACKAGE__->columns('vertical', qw(oop opop));