How to query for sub-document in an array with Mongoose

后端 未结 0 1950
清酒与你
清酒与你 2021-01-24 02:54

I have a Schema of Project that looks like this:

const ProjectSchema = new mongoose.Schema({
name: {
    type: String,
    Required: true,
    trim: true
},
descr         


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