DBIx::Class::Migration::Script::Help::schema_class - The namespace of your
Schema
dbic-migration prepare --schema_class MyApp::Schema -Ilib
- Aliases
- S
- Value
- String that represents a Perl Module Namespace
Used to specify the DBIx::Class::Schema subclass which is the core
of your DBIx::Class based ORM managed system. When required you can also
populate this option with the %ENV variable
DBIC_MIGRATION_SCHEMA_CLASS.
DBIx::Class::Migration, DBIx::Class::Migration::Script,
DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial
See DBIx::Class::Migration for author information
See DBIx::Class::Migration for copyright and license information