Mongoose query with array of array parameter

后端 未结 0 370
情歌与酒
情歌与酒 2020-12-24 10:55

I have this post schema

const postSchema = new mongoose.Schema({ 
   body: string,
   authour: ref: \'User\'
   topic: {ref: Topics}
})

and t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题