For example, here's how you can enable timestamps on a User model. const userSchema = mongoose.Schema( { email: String, }, { timestamps: true } ...
確定! 回上一頁