Answers for "sequelize undo last migration"

1

undo specific migration sequelize

db:migrate:undo --name 20180704124934-create-branch.js
Posted by: Guest on March-18-2021
0

sequelize undo last migration

// You can use db:migrate:undo, this command will revert most recent migration.

npx sequelize-cli db:migrate:undo
Posted by: Guest on June-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language