|
|
@ -70,7 +70,7 @@ const tankersbookingSchema = new mongoose.Schema({
|
|
|
|
tankerRunningStatus: { type: String, default: "0" },
|
|
|
|
tankerRunningStatus: { type: String, default: "0" },
|
|
|
|
longitude: { type : Number,default: 0.0},
|
|
|
|
longitude: { type : Number,default: 0.0},
|
|
|
|
latitude: {type: Number,default: 0.0},
|
|
|
|
latitude: {type: Number,default: 0.0},
|
|
|
|
deliveredDate: { type: String, default: moment().format('DD-MM-YY HH:mm:ss') },
|
|
|
|
deliveredDate: { type: String, default: null },
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
const boreSchema = new mongoose.Schema({
|
|
|
|
const boreSchema = new mongoose.Schema({
|
|
|
|