using $pull to delete an element inside an array inside another array in mongodb. Not deleting. $pull is causing me to pull my hair

后端 未结 0 1151
半阙折子戏
半阙折子戏 2020-12-18 07:34

I have this schema:

var Schema = mongoose.Schema;

var optionsSchema = new Schema({

locationname: String,
admindescription: Str         


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