最佳答案
我正在尝试从Mongo shell中更改字段的类型。
我在做这个..
db.meta.update(
{'fields.properties.default': { $type : 1 }},
{'fields.properties.default': { $type : 2 }}
)
但它不起作用!