Problem with array of strings on Postgres
I have model where I need to store array of strings, it uses Postgresql and the migration also see as
TEXT[]
, but when I create the record, it say unknown.
Please help.
Prisma: 5.21.1
Postgres: 16
Node: 20.121 Reply
Hi @Sang Dang
Can you please share the relevant part of the schema file and query to enable me debug further?