3 Replies
Hey 👋
Do you mean to do something like this?
https://www.prisma.io/docs/orm/prisma-schema/data-model/indexes#generalized-inverted-index-gin
Indexes | Prisma Documentation
How to configure index functionality and add full text indexes
Yep!!
@@index([value(ops: JsonbPathOps)], type: Gin)
will do it, thanks Nurul!No worries! 😄