NAME
DBIx::Class::Migration::Script::Help::sandbox_dir - Where your Sandbox Database Lives
SYNOPSIS
dbic-migration --sandbox_dir /opt/sandbox-databases
DESCRIPTION
- Value
-
String that represents a filesystem path
Lets you control where any database sandboxes are built. By default these live in the same directory as 'target_dir'. You may wish for the sandbox database to go someplace else.
When required you can also populate this option with the %ENV variable DBIC_MIGRATION_SANDBOX_DIR.
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