美文网首页
mongodb数据库插入嵌套数据

mongodb数据库插入嵌套数据

作者: seafruit | 来源:发表于2016-11-01 22:22 被阅读0次

    在一条数据中嵌套一个数组,如果没有comments属性(默认为数组),那么添加。

    db.objects.update({_id: ...},{$push:{"comments":{ ... }}})
    

    相关文章

      网友评论

          本文标题:mongodb数据库插入嵌套数据

          本文链接:https://www.haomeiwen.com/subject/eqtluttx.html