1.0.2 • Published 3 years ago
sequelize-auto-migration-generator v1.0.2
Sequelize Automatic Migration Generator
only for already created database
follow these steps to generate your migration script
run command
yarnfor script generating first configure your database in sequelize.config.js file
for migartion running first configure database.json file in config directory
run command
yarn generaterun command
yarn migration:upfor creatingrun command
yarn migration:downfor reverting
Note
Make sure that shell script file is generated by our personal purpose you can modify it by your need.