add menu in create and update product admin
This commit is contained in:
@@ -41,6 +41,7 @@ const FoodSchema = mongoose.Schema({
|
||||
index: Number,
|
||||
havePoint : {type: Boolean ,default : true},
|
||||
canReview : {type :Array , default: []},
|
||||
menuType_id: {type: mongoose.ObjectId, ref: 'MenuType'}
|
||||
// deleted : {type: Boolean , default : false}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user