-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Distinguish custom types #6083
Distinguish custom types #6083
Conversation
Currently, seems like the If so, it doesn't really make sense to have it? |
This is the same thing. I hope to describe all the field information in parse. It is not easy to understand the field.TagSettings["type"] and field.DataTyp in the driver, we need to see the gorm code to know why we do this. |
The But I understand your concerns, maybe we can define some development rules, and have a field to describe those information if it is used for two or three different purposes to avoid API overbloat? |
I agree |
Close it? |
What did this pull request do?
Distinguish between detected and custom type (#6033).
In driver, we will skip to
getSchemaCustomType
ifCustomDataType
is specified.See MySQL#109 for more context.
User Case Description