award
This commit is contained in:
@@ -5,7 +5,11 @@ const AwairdSchema = mongoose.Schema({
|
||||
score:Number,
|
||||
title:String,
|
||||
desc:String,
|
||||
expireDate:Date
|
||||
expireDate:Date,
|
||||
isDeleted:{
|
||||
type:Boolean,
|
||||
default:false
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user