是否可以将 db-migrate 配置为使用 table 未命名的迁移来跟踪迁移?

Is it possible to configure db-migrate to use a table not named migrations to keep track of migrations?

我想使用 db-migrate。但是我的团队想为项目使用 table 名称 "migrations"。我无权更改。

我可以配置 db-migrate 以在另一个 table 中跟踪其数据库迁移吗?

并没有我想象的那么难。它在文档中是正确的 - https://db-migrate.readthedocs.io/en/latest/Getting%20Started/installation/.

  --migration-table           Set the name of the migration table.