How to search in multiple collections in MongoDB using Mongoose

后端 未结 0 1558
眼角桃花
眼角桃花 2021-01-17 12:34

I have two collections User and UserType :-

var User = new mongoose.Schema({ 

     username: {
      type: String,
      required: true,
   },

   userType:          


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