-
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
Doesn't generate field information #69
Comments
Same problem. Only table generated, no columns. |
This is still a problem |
if you can check, please check my pull request that fixes this specific issue, it is just that sequelize 5.x changed some attributes |
If you faced this problem you can download my fork fixing this issue. |
This repo is dead and not being maintained anymore. |
I have a model generated by Sequelize with the following information:
Running
makemigration
generates the following:Doesn't look like there is any code related to the fields. Running
runmigration
confirms this since it only creates the table with no fields in it.Is it something I'm just doing wrong?
The text was updated successfully, but these errors were encountered: