updating a value of a nested object in nodejs

前端 未结 0 1454
-上瘾入骨i
-上瘾入骨i 2021-01-21 04:45
const mongoose = require("mongoose");

const Schema = mongoose.Schema;

const instructorSchema = new Schema(
  {
    instructorID: {
      type: String,
               


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