mongodb修改字段类型

除了增加字段,删除字段,mongodb也可以修改字段类型。比如将string变为date()

updateOne()

参考:https://blog.csdn.net/haiyanggeng/article/details/80250117

mongodb查看数据结构

https://blog.csdn.net/lovesummerforever/article/details/40182597

原文地址:https://www.cnblogs.com/2008nmj/p/15378248.html