sequelize-auto-migration-generator
v1.0.2
Published
Generate Sequelize migrations automatically
Downloads
7
Readme
Sequelize Automatic Migration Generator
only for already created database
follow these steps to generate your migration script
run command
yarn
for 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 generate
run command
yarn migration:up
for creatingrun command
yarn migration:down
for reverting
Note
Make sure that shell script file is generated by our personal purpose you can modify it by your need.