-
Notifications
You must be signed in to change notification settings - Fork 655
Postgres jsonb field defaults not annotating #305
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
Comments
Are you saying it used to do it or it never does? |
It used to. Version 2.6.10 annotated our project's |
I'm not sure what would have caused this. Could you provide me with a sample model + migration file to reproduce tihs? |
This is actually submitted by #250. I don't recall the reason behind this change though. |
Running annotations on a
jsonb
field in apostgres
database does not notate default values.The text was updated successfully, but these errors were encountered: