type: mongoose.Schema.Types.ObjectId, ref: 'User' } }] }); module.exports = mongoose.model("Post", PostSchema);. Now lets create two users:
確定! 回上一頁