Add complaint
This commit is contained in:
@@ -11,7 +11,9 @@ const ComplaintSchema = mongoose.Schema({
|
||||
email: String,
|
||||
receptionCode: String,
|
||||
caption: String,
|
||||
callType: Boolean
|
||||
callType: Boolean,
|
||||
read: { type: Boolean, default: false },
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user