在下面的示例中,我们将template
属性定义为类型的String
,其中enum
数组中定义的值:
const noteSchema = new Schema({
title: {type:String, required: true},
type: {type:String, required: true, default: 'note'},
content: String,
reference: String,
tags: [String],
template: {type:String, enum: ['note', 'checklist']},
userId: {type: String, ref:'User'},
__v: { type: Number, select: false}
},
{
timestamps: true
});
与Codever的â2l。使用ðcopy to mine功能将其添加到您的个人片段集合中。
codever 是Githubâð
的开源