|
|
|
@ -15,7 +15,8 @@ const tankersSchema = new mongoose.Schema({
|
|
|
|
|
tankerName: { type: String, default: null },
|
|
|
|
|
phoneNumber: { type: String, default: null },
|
|
|
|
|
alternative_phoneNumber: { type: String, default: null },
|
|
|
|
|
typeofwater: { typeofwater: String},
|
|
|
|
|
typeofwater: [{ typeofwater: String}],
|
|
|
|
|
price:[{ typeofwater: String}],
|
|
|
|
|
capacity: { capacity: String},
|
|
|
|
|
supplier_address: { type: String, default: null },
|
|
|
|
|
supplier_name : { type: String, default: null },
|
|
|
|
|