Replies: 1 comment
-
Right now there are no aliases for Enums. I am not 100% sure but it may be possible to get SQLBoiler to interpret |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have psql enum called
oauth_provider
. Sqlboiler generates type calledOauthProvider
. I want it to be calledOAuthProvider
. How can I achieve this?Beta Was this translation helpful? Give feedback.
All reactions