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