Mongoose discriminator key inside referenced document

后端 未结 0 454
一生所求
一生所求 2021-01-23 17:46

I have a mongoose schema that references another document with its ID:

const FilledSchema = new mongoose.Schema({
    template_id: mongoose.SchemaTypes.ObjectId,
         


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