I hate how Sequelize can't just auto-generate a migration file. But we have to deal with it I guess. This is so that when we migrate to the production machine we can just migrate all the models and each property inside each without having to start the server.
I hate how Sequelize can't just auto-generate a migration file. But we have to deal with it I guess. This is so that when we migrate to the production machine we can just migrate all the models and each property inside each without having to start the server.