Does Prisma auto-create defined indexes for mongod...
# mongodb
c
Does Prisma auto-create defined indexes for mongodb? Do we still need the extended indexes preview feature. Thanks.
j
Prisma creates them when you run
db push
.
And
extendedIndexes
is not relevant for MongoDB - it only affects the other databases right now.