go-gorm / postgres

GORM PostgreSQL driver
MIT License
225 stars 119 forks source link

Failed to convert column from text[] to JSON or JSONB #254

Open bkmeneguello opened 6 months ago

bkmeneguello commented 6 months ago

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