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
Please help.
Prisma: 5.21.1
Postgres: 16
Node: 20.12
TEXT[], but when I create the record, it say unknown.Please help.
Prisma: 5.21.1
Postgres: 16
Node: 20.12

