|
|
|
@ -106,7 +106,7 @@ const citySchema = new mongoose.Schema(
|
|
|
|
|
desginationName: { type: String },
|
|
|
|
|
phone: { type: String, unique: true, trim: true },
|
|
|
|
|
alternativeContactNumber : { type: String },
|
|
|
|
|
reportingManager : { type: String },
|
|
|
|
|
reportingManager: { type: String, default: "Self" },
|
|
|
|
|
reportingManager_mobile_number : { type: String },
|
|
|
|
|
reportingManager_email : { type: String },
|
|
|
|
|
location: [{ type : String}],
|
|
|
|
|