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.
我正在编写一组安装应用程序数据库并插入种子的 Phinx 迁移。我的前 4 个迁移文件分别构建了数据库模式(带有外键约束)、触发器、函数和存储过程。我想使用第 5 个迁移文件来执行所有种子,以便此后的每个迁移文件都可以使用种子数据。
我想要一个从 Phinx 迁移文件的 up 方法内部运行所有应用程序种子的示例。