Scroll to navigation

DBIx::Class::Migration::Script::Help::schema_class(3) User Contributed Perl Documentation DBIx::Class::Migration::Script::Help::schema_class(3)

NAME

DBIx::Class::Migration::Script::Help::schema_class - The namespace of your Schema

SYNOPSIS

    dbic-migration prepare --schema_class MyApp::Schema -Ilib

DESCRIPTION

S
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

2020-06-03 perl v5.38.2