- Enable Edit Event into dialog form ... (and save to the db)

- Add Where table
This commit is contained in:
Paolo Arena
2019-10-21 20:38:10 +02:00
parent 1a1348c563
commit 570bbf3744
7 changed files with 102 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ const bookingSchema = new Schema({
type: String,
},
id_bookedevent: {
type: Number,
type: String,
},
numpeople: {
type: Number,