MongooseJS cant disable unique to field

前端 未结 3 1609
小蘑菇
小蘑菇 2020-12-10 07:02

This is my mongoosejs schema. I set name unique to false, but this is what i get: MongoError: insertDocument :: caused by :: 11000 E11000 duplicate key error index:

3条回答
  •  有刺的猬
    2020-12-10 07:42

    MongoDB Compass

    If you are using MongoDB Compass then you can choose your document and then click on Indexes and delete the index which you want to delete.

提交回复
热议问题