Answers for "undo specific migration sequelize"

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

Browse Popular Code Answers by Language