|
|
@ -20,7 +20,7 @@ const tankersSchema = new mongoose.Schema({
|
|
|
|
|
|
|
|
|
|
|
|
const tankersbookingSchema = new mongoose.Schema({
|
|
|
|
const tankersbookingSchema = new mongoose.Schema({
|
|
|
|
|
|
|
|
|
|
|
|
bookingid: { type: String, default: null },
|
|
|
|
bookingid: { type: String, default: null,unique: true },
|
|
|
|
typeofwater: { type: String, default: null },
|
|
|
|
typeofwater: { type: String, default: null },
|
|
|
|
capacity: { type: String, default: null },
|
|
|
|
capacity: { type: String, default: null },
|
|
|
|
address: { type: String, default: null },
|
|
|
|
address: { type: String, default: null },
|
|
|
|