|
|
|
@ -43,7 +43,7 @@ const citySchema = new mongoose.Schema(
|
|
|
|
{
|
|
|
|
{
|
|
|
|
branchId:{type:String},
|
|
|
|
branchId:{type:String},
|
|
|
|
phone: { type: String, unique: true, trim: true },
|
|
|
|
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,
|
|
|
|
office_address1: String,
|
|
|
|
officeName: { type: String },
|
|
|
|
officeName: { type: String },
|
|
|
|
email: { type: String },
|
|
|
|
email: { type: String },
|
|
|
|
|