Maybe I'm not fully understanding how this tool works or the purpose of it. I was hoping I could use it to create migrations from my existing models. But when I follow the instructions to create new migrations, I get the message: "No changes found, No new migration needed!" I want to create migrations so I can easily move my DB to my host and for backup purposes.
I have installed the package globally and then ran sequelize-mig migration:make -n my-migration.
Maybe I'm not fully understanding how this tool works or the purpose of it. I was hoping I could use it to create migrations from my existing models. But when I follow the instructions to create new migrations, I get the message: "No changes found, No new migration needed!" I want to create migrations so I can easily move my DB to my host and for backup purposes.
I have installed the package globally and then ran
sequelize-mig migration:make -n my-migration.