You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if FieldA is related to another model,its fine. but its not good when FieldA just is a Field of ComplexField(In Mysql 5.7 support JSON data type), i want we has a way to generate it to
There was a little bit of chatter around this in #80 and #78
I think the current approach is to hand roll your database models (or generate them and copy them out, or use a ORM that generates models for you) and bind to them in types.json. There are going to be too many edge cases to cater for everyone.
will be parse to
if FieldA is related to another model,its fine. but its not good when FieldA just is a Field of ComplexField(In Mysql 5.7 support JSON data type), i want we has a way to generate it to
The text was updated successfully, but these errors were encountered: