douglas-treadwell / sequelize-cli-typescript

The Sequelize CLI
MIT License
48 stars 21 forks source link

No migrations are executed #12

Open arshad111 opened 3 years ago

arshad111 commented 3 years ago

What you are doing?

I have created on migration file using model:generate. When i run command node_modules/.bin/sequelize db:migrate it will display Sequelize CLI [Node: 10.19.0, CLI: 3.2.0-c, ORM: 5.21.3]

Loaded configuration file "config/config.json". Using environment "development". No migrations were executed, database schema was already up to date.

Dialect: mysql __Sequelize CLI version:3.2.0-c

EdByrnee commented 3 years ago

This repo hasn't been updated in 3 years do you know of any alternatives?