Bhaskara Kishore 3 years ago
commit bac957e25f

@ -21,7 +21,11 @@ const tankersSchema = new mongoose.Schema({
supplier_address: { type: String, default: null },
supplier_name : { type: String, default: null },
status: { type: String}
price: {
type: [String],
default: []
},
status: { type: String},
});

@ -53,6 +53,9 @@ module.exports = function (fastify, opts, next) {
},
},
capacity: { type: "string"},
price: {type : "string"},
// status: {type: "string"}
},

Loading…
Cancel
Save