-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I'm using MySQL 5.7.14 that has support for JSON fields types.
Currently I'm trying to do a db.Select, and passing a struct and I'm getting this error Unknown FieldType 245
, the error goes a way if I don't select the JSON field.
In go-sql-driver/mysql#414 it was added the json field type.
Any idea how to define that field ? bar json
?
Metadata
Metadata
Assignees
Labels
No labels