Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //...
- author: { type: mongoose.Schema.Types.ObjectId, ref: 'User' },
- comments: [{ type: mongoose.Schema.Types.ObjectId, ref: 'Comment' }],
- }, {timestamps: true, usePushEach: true});
- //...
Advertisement
Add Comment
Please, Sign In to add comment