Update user's action history in two different models

后端 未结 0 1095
无人共我
无人共我 2021-01-14 04:03

I have a List model

const listSchema = new Schema({
    user: { type: Schema.Types.ObjectId, ref: \'Users\', required: true },
    entries: [listEntry]
})
con         


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