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