PrismaP
Prisma15mo 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);
Was this page helpful?