DEFAULT_MIGRATION_TEMPLATE
DEFAULT_MIGRATION_TEMPLATE = '/../../phinx/src/Phinx/Migration/Migration.template.php.dist'
The location of the default migration template.
$config : \Phinx\Config
$adapter : \Phinx\Db\Adapter\AdapterInterface
$manager : \Phinx\Migration\Manager
setConfig(\Phinx\Config $config) : \think\migration\command\AbstractCommand
Sets the config.
\Phinx\Config | $config |
getConfig() : \Phinx\Config
Gets the config.
setAdapter(\Phinx\Db\Adapter\AdapterInterface $adapter) : \think\migration\command\AbstractCommand
Sets the database adapter.
\Phinx\Db\Adapter\AdapterInterface | $adapter |
getAdapter() : \Phinx\Db\Adapter\AdapterInterface
Gets the database adapter.
setManager(\Phinx\Migration\Manager $manager) : \think\migration\command\AbstractCommand
Sets the migration manager.
\Phinx\Migration\Manager | $manager |
getManager() : \Phinx\Migration\Manager
Gets the migration manager.