Aller au contenu

Csrinru Forums Verified -

const forumSchema = new mongoose.Schema({ name: String, description: String, verified: { type: Boolean, default: false } });