Is there a doc that shows the supported index type...
# mongodb
c
Is there a doc that shows the supported index types and syntax for Prisma and mongodb? I've been searching around and haven't found any yet. Or is it pretty much the same as other providers with the exception of fullText as an option? Thx.
j
Yep, normal indexes and unique for now - and both also on field in composite types.
Are you looking for something specific?