sequelize-auto-migrations
sequelize-auto-migrations copied to clipboard
Why doesn't this create regular migrations?
Why doesn't this create regular migrations?
It seems like it creates it's own migration format and requires it's own special command to execute. Why not just create migrations using the sequelize migration format?
I believe it's actually of valid migration format. The only problem is it creates a file called "_currrent.json" which prevents sequelize-cli to execute successfully. It will throw an error that the file extension is invalid, as described here.