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
I agree with this. I have an enum that subclasses string, but it should be a varchar or char, instead it creates text, but then has issues with the enum class when doing additional QueryParam filtering. As it doesn't see the Enum : String, but as an default and converting to String. Having more fine grain control over it would also assist with the MySQL bind issue I'm having locally trying to find a work-around on this in the meantime.
A way of specifying the data types used in the database for the model.
The text was updated successfully, but these errors were encountered: