P
Prisma•10mo ago
MorenoMdz

Is there a way to tell Prisma to use GIN indexes?

Title.
3 Replies
Nurul
Nurul•10mo ago
Indexes | Prisma Documentation
How to configure index functionality and add full text indexes
MorenoMdz
MorenoMdzOP•10mo ago
Yep!! @@index([value(ops: JsonbPathOps)], type: Gin) will do it, thanks Nurul!
Nurul
Nurul•10mo ago
No worries! 😄

Did you find this page helpful?