TA贡献1818条经验 获得超3个赞
db.your_collection.update({},{$ set:{“ new_field”:[]}},{upsert:false,multi:true})
TA贡献1804条经验 获得超3个赞
db.your_collection.update({},{$ set:{“ new_field”:null}},{upsert:false,multi:true})
举报