Neueste Version
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
INSERT INTO `buchungen`
|
||||
(
|
||||
`platz_id`,
|
||||
`titel`,
|
||||
`startzeit`,
|
||||
`endzeit`,
|
||||
`gebucht_von`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
{{ appsmith.store.bookingFormData.seatId }},
|
||||
{{ appsmith.store.bookingFormData.title }},
|
||||
{{ appsmith.store.bookingFormData.startDateTime }},
|
||||
{{ appsmith.store.bookingFormData.endDateTime }},
|
||||
{{ appsmith.store.bookingFormData.bookedBy }}
|
||||
);
|
||||
Reference in New Issue
Block a user