-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not pick up model details with Sequelize 5.x installed #46
Comments
Same issue, during the start it outputs:
|
This is actually pretty easy to fix. The issue is that in v5 they have renamed |
Hmm, it is actually already fixed, but the version has not been released yet 🤔 |
sequelize-auto-migrations/lib/migrate.js Line 174 in 226eb25
@lukaskopenec Yes you are right. Already fixed. |
@ALiangLiang any idea when this will be pushed to npm? |
I ran |
For
|
With Sequelize 5.x installed the makemigration tool only seems to pick up on the model names but none of the property information.
The text was updated successfully, but these errors were encountered: