Mongoose $push Not Working Properly. Unable to Push into array

后端 未结 0 1796
走了就别回头了
走了就别回头了 2021-01-21 19:59

I have a model which consist of an array.


const MyModelSchema= new mongoose.Schema({
  
  username:{

        Type:String
    }

  results: [
    {
      subject         


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