Node JS - Mongoose - How to properly join the results from two collections by ID

前端 未结 0 419
忘了有多久
忘了有多久 2020-12-02 09:42

I have the following Schemas for tracking Habits, and a user\'s progress

HABIT SCHEMA

const HabitSchema = new mongoose.Schema({
  user: {
    type: mon         


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