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 you're using Postgres as a db
Use pq.StringArray from "github.com/lib/pq", as this array is specific to database features. It's uncertain whether GORM will handle it.
GORM Playground Link
go-gorm/playground#759
Description
I want to have a table, where the colum can store an array, like
text[]
,The full datail is in linked go playground PR.
Error messages truncated:
The text was updated successfully, but these errors were encountered: