阅读背景:

如何添加到mongoose嵌套文档,而不是覆盖它?

来源:互联网 

This is my mongoose model:

这是我的猫鼬模型:

...
images: new Schema({
 poster: new Schema({
   small: String,
   medium: String,
   big: String
 }, { _id: false }),
 backdrop: new Schema({
   small: String,
   medium: String,
   big: String
 }, { _id: false })
}, { _id: false }),
...
...
im



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: