getting array of objcets from mongodb with mongoose

后端 未结 0 395
暗喜
暗喜 2021-01-31 21:45

I write a sever with node.js and mongoose. This is my schema :

const InvitationsSchema = new Schema({
    user_id: {
        type: String,
        required: [true         


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