diff --git a/schemas/PreLotteryWine.js b/schemas/PreLotteryWine.js index 7b3ede8..69295b5 100644 --- a/schemas/PreLotteryWine.js +++ b/schemas/PreLotteryWine.js @@ -6,7 +6,9 @@ const PreLotteryWine = new Schema({ vivinoLink: String, rating: Number, id: String, - image: String + image: String, + price: String, + country: String }); module.exports = mongoose.model("PreLotteryWine", PreLotteryWine);