📅  最后修改于: 2022-03-11 14:57:10.149000             🧑  作者: Mango
# First Get Your Index name by
db.coll.getIndexes() # Because the index name would be different than the field name
# then Do
db.coll.dropIndex("column_1")