What's the best way to manage large ObjectID arrays in mongoose / mongo

后端 未结 0 929
野性不改
野性不改 2021-01-18 11:33

In this case:

const PostSchema = new mongoose.Schema({
    "content": {
        type: String,
        required: true
    },
    "user": {
         


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