sequelize-cli have many benefits to migrate database without touch the database manually.
If you want to migrate database using production credentials then use following command.
Here is the process you need to follow in order to use production environment for db:migrate
Command: npx sequelize-cli db:migrate:status --env production
0 Comments