Mongoose adding values to an array

后端 未结 0 488
孤街浪徒
孤街浪徒 2021-01-06 02:40

How can I add a User to the School\'s admins field?

School Schema:

const School = new Schema({
    name: { type: String, required: true },
    grades_p         


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