Progetti
This commit is contained in:
@@ -26,6 +26,12 @@ const bookingSchema = new Schema({
|
||||
numpeople: {
|
||||
type: Number,
|
||||
},
|
||||
numpeopleLunch: {
|
||||
type: Number,
|
||||
},
|
||||
numpeopleDinner: {
|
||||
type: Number,
|
||||
},
|
||||
infoevent: {
|
||||
type: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user