-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
added typeOverrides option #547
base: master
Are you sure you want to change the base?
Conversation
More changes added. Nullable columns will now be using Current output
New output
This is more logical since the value is actually a null rather than undefined. |
More changes added. Controls the default type of nullable table column. This overrides the previous change of having Current output
New output
How to use
|
Can one use a DB schema with the table name, like |
Any updates? This would fix an issue I have. |
Added option
typeOverrides
.It allows overriding the field types of the generated class.
For my use case I had to change the type of the
roles
table columnname
to a custom enum type.Current output
New output
How to use