You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Harish.K 2a8427c406 Fix: Do not expect a index.js file in models dir ( Which imports all the models ) 8 years ago
bin Fix: Do not expect a index.js file in models dir ( Which imports all the models ) 8 years ago
data Initial commit 10 years ago
.gitignore Initial commit 10 years ago
LICENSE Initial commit 10 years ago
README.md Fix: Do not expect a index.js file in models dir ( Which imports all the models ) 8 years ago
index.js Fix 9 years ago
package.json Fix: Do not expect a index.js file in models dir ( Which imports all the models ) 8 years ago

README.md

sequelize-migration-generator

Simple utility to automatically generate and manage sequelize migrations

Installaion

npm i sequelize-migration-generator

Usage

sequelize-migration-generator <sequelize_models_directory> <output_migration_directory>