master^2
Bhaskar 9 months ago
parent 33ef8d8bc8
commit 114c808c82

@ -43,7 +43,7 @@ const citySchema = new mongoose.Schema(
{
branchId:{type:String},
phone: { type: String, unique: true, trim: true },
land_line_number: { type: String, unique: true, trim: true },
land_line_number: { type: String, trim: true },
office_address1: String,
officeName: { type: String },
email: { type: String },

Loading…
Cancel
Save