My models for DB using Sequelize don't doing migration
-This worked for me-
In your database, please find the table named 'SequelizeMeta' and remove the relevant record you want to migrate.
After that run this on your console.
$ npx sequelize-cli db:migrate
Please check in your database, table SequelizeMeta
, and remove record which corresponding name with file migration. Sequelize will log migration into this table, and when run migration again, it cannot re-run migration file.