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
When migrating a column originally mapped using pq.StringArray to datatypes.JSONSlices[string] the AutoMigrator gives the following error: cannot cast type text[] to jsonb
The text was updated successfully, but these errors were encountered:
GORM Playground Link
TBD
Description
When migrating a column originally mapped using pq.StringArray to datatypes.JSONSlices[string] the AutoMigrator gives the following error:
cannot cast type text[] to jsonb
The text was updated successfully, but these errors were encountered: