sequelize-auto
sequelize-auto copied to clipboard
enhancement request: compare/diff database vs models
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.