-
Notifications
You must be signed in to change notification settings - Fork 32
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
split out the model generation code #73
split out the model generation code #73
Conversation
Signed-off-by: Arnav Gupta <[email protected]>
…re-relationaldb into db-specific-attributes
@pmcnr-hx @paparomeo |
@championswimmer could this also take care of #53 as you are splitting out by dialect? |
Signed-off-by: Arnav Gupta <[email protected]>
Signed-off-by: Arnav Gupta <[email protected]>
@aledalgrande this fixes #53 by making [type] a virtual field |
Signed-off-by: Arnav Gupta <[email protected]>
also, @aledalgrande do you think I can target postgres >= 9.4 ?? Are you using < v9.4 ? |
Signed-off-by: Arnav Gupta <[email protected]>
@championswimmer using latest stable, so it's fine! |
Continues to #75 |
…ttributes split out the model generation code (contd from #73)
We have some extra types like JSONB and ARRAY(NUMERIC) we can use for Postgres, let's take advantage of that.