Search
Star
1.4k
Feedback
Setup for Free
P
Prisma
•
15mo ago
•
3 replies
JavascriptMick
gin index
how would I indicate this index exists on my prisma schema
.
.
.
CREATE INDEX ON my_table USING gin (my_string_column gin_trgm_ops);
CREATE INDEX ON my_table USING gin (my_string_column gin_trgm_ops);
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,805
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
CREATE INDEX ON my_table USING gin (my_string_column gin_trgm_ops);
CREATE INDEX ON my_table USING gin (my_string_column gin_trgm_ops);
Similar Threads
Is there a way to tell Prisma to use GIN indexes?
P
Prisma / help-and-questions
2y ago
creating a BM25 index
P
Prisma / help-and-questions
12mo ago
index without preview feature
P
Prisma / help-and-questions
2y ago
Mulitple index for json field
P
Prisma / help-and-questions
6mo ago