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'm disappointed to see slices are still not supported. In my case I need to override CockroachDB's BYTES type into []byte because at the moment the field is being set to interface{}.
Is there any plans of adding support for slices anytime soon? @kyleconroy
Edit: never mind, sorry. the BYTEA alias seems to do the trick for me.
the table
questions
haveanswers JSONB NOT NULL
columnthe example value inside that column would be something like this:
["test","123","abc"]
The text was updated successfully, but these errors were encountered: