ashok 2 months ago
commit dbeb5006ba

@ -152,6 +152,8 @@ const citySchema = new mongoose.Schema(
alternativePhone: { type: String },
departmentId: String, // new
departmentName: String,
officeName: String, // new
city: String,
}
],

@ -26,6 +26,8 @@ module.exports = function (fastify, opts, next) {
alternativePhone: { type: "string" },
email: { type: "string" },
status: { type: "string" },
officeName: { type: "string" },
city: { type: "string" },
},
},
},

Loading…
Cancel
Save