Mongoose: Path is immutable and strict mode is set to throw

后端 未结 0 748
一个人的身影
一个人的身影 2020-12-29 20:40
const testSchema = new Mongoose.schema({
    createdBy: {
        type: String,
        index: true,
        immutable: true,
        default: "SYSTEM"
            


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