Join Slack
Powered by
Does Prisma auto-create defined indexes for mongod...
# mongodb
c
Christopher Schaub
04/29/2022, 12:25 PM
Does Prisma auto-create defined indexes for mongodb? Do we still need the extended indexes preview feature. Thanks.
j
janpio
04/30/2022, 9:24 AM
Prisma creates them when you run
db push
.
janpio
04/30/2022, 9:24 AM
And
extendedIndexes
is not relevant for MongoDB - it only affects the other databases right now.
2
Views
Open in Slack
Previous
Next