Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用来自 CakePHP 的插件迁移,我的应用程序中有两个数据库,
db1 (默认) tableX1 tableX2 tableX3 ... tableXn
db2 表 Y1 表 Y2 表 Y3 ... 表 Yn
我想运行迁移,其中一部分必须在 db1 中执行,另一部分在 db2 中执行,我该怎么做?
我会在你的app/Config/database.php
app/Config/database.php