System generated commit, initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
INSERT INTO Haus
|
||||
(HID, Kürzel, Hausname, Adresse, Telefon, `E-Mail`,Status, Unterkunftsart, Land)
|
||||
VALUES
|
||||
(
|
||||
{{ this.params.HID }},
|
||||
{{ this.params.Kürzel }},
|
||||
{{ this.params.Hausname }},
|
||||
{{ this.params.Adresse }},
|
||||
'Telefonnummer eintragen',
|
||||
'E-Mail eintragen',
|
||||
{{ this.params.Status}},
|
||||
{{ this.params.Unterkunftsart }},
|
||||
{{ this.params.Land}}
|
||||
);
|
||||
Reference in New Issue
Block a user