sequelize-auto icon indicating copy to clipboard operation
sequelize-auto copied to clipboard

enhancement request: compare/diff database vs models

Open mariusa opened this issue 5 years ago • 0 comments

Use case: have models already in source code, generated with sequelize-auto

Deploy to a different environment, which might have some differences in db.

We don't want to sync() and have db automatically migrated. We only need to know that db != models, and ideally what are the differences, maybe even view the migrate SQL commands required to do a manual migration.

mariusa avatar Aug 25 '20 19:08 mariusa