How to save data in mongodb express by referring another document

前端 未结 0 351
执念已碎
执念已碎 2021-01-14 08:51

I have created the following User schema

const UserSchema = mongoose.Schema(
  {
    fullName: {
      type: String,
      required: true,
               


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