NAME
DBIx::Class::Migration::Script::Help::schema_class - The namespace of your Schema
SYNOPSIS
dbic-migration prepare --schema_class MyApp::Schema -Ilib
DESCRIPTION
- 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.
SEE ALSO
DBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial
AUTHOR
See DBIx::Class::Migration for author information
COPYRIGHT & LICENSE
See DBIx::Class::Migration for copyright and license information