Find One and Update in Mongoose with reference to other models is not working

后端 未结 0 433
予麋鹿
予麋鹿 2021-01-03 06:31

I have a model named OrderModel and it has reference to other models as well

const orderSchema = new Schema({
  _id: Schema.Types.ObjectId,
          


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