I have a set of Sequelize models. I want to use migrations, not DB Sync.
Sequelize CLI seems to be able to do this, according to this article: "When you use the CLI for the model generation, you will gain the migration scripts for free as well."
How to auto generate the migrations with Sequelize CLI from existing Sequelize models?
See Question&Answers more detail:os