Update Complaint.js
This commit is contained in:
@@ -5,8 +5,8 @@ const mongoose = require('mongoose')
|
||||
const ComplaintSchema = mongoose.Schema({
|
||||
|
||||
fullName: String,
|
||||
national: Number,
|
||||
phoneNumber: Number,
|
||||
national: String,
|
||||
phoneNumber: String,
|
||||
deviceNumber: String,
|
||||
email: String,
|
||||
receptionCode: String,
|
||||
|
||||
Reference in New Issue
Block a user