How to update values of ref objectId's in mongoose

后端 未结 0 1026
你的背包
你的背包 2020-12-13 19:18

I have this Schema:

const mongoose = require(\'mongoose\')

const matchScheme = new mongoose.Schema({

    bets: [{
        type: mongoose.Schema.Types.Object         


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