You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to run the migrations to create the tables in my database, currently my database is on an azure MySQL server, how do I run the migrations from my local host?
What do you expect to happen?
I hope I can see the generated table when I run the command npx sequelize-cli db:migrate
What you are doing?
I need to run the migrations to create the tables in my database, currently my database is on an azure MySQL server, how do I run the migrations from my local host?
What do you expect to happen?
I hope I can see the generated table when I run the command
npx sequelize-cli db:migrate
What is actually happening?
npx sequelize-cli db:migrate
Sequelize CLI [Node: 18.18.0, CLI: 6.6.2, ORM: 6.35.2]
Loaded configuration file "config\config.json".
Using environment "development".
No migrations were executed, database schema was already up to date.
Dialect: mysql
__Database version: 8
__Sequelize CLI version: 6.6.2
__Sequelize version: 6.35.2
The text was updated successfully, but these errors were encountered: