我们如何运行我为数据库连接类型编写Cakephp Migrations?

时间:2014-07-28 07:31:03

标签: cakephp cakedc

我正在使用CakeDc Migrations插件进行数据库迁移。我的应用程序使用两个数据库。所以在database.php中配置它。我编写了许多迁移,它们与database1(默认连接)协调并且工作正常。现在我想写一个与database2协调的迁移(我想只在database2上运行这些查询)。我该如何区分?在什么水平?

谢谢。

1 个答案:

答案 0 :(得分:0)

请阅读帮助文本和文档。

--connection, -c           Overrides the 'default' connection of the
                           MigrationVersion
--migrationConnection, -i  Overrides the 'default' connection of the
                           CakeMigrations that are applied

还有更多选项,只需输入cake migrations.migration并阅读其显示的内容即可。 / Docs文件夹中还有很多文档。