Initial commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
INSERT INTO
|
||||
Tables (name, max_people, room)
|
||||
VALUES
|
||||
(1, 5, "Red room"),
|
||||
(4, 4, "Red room"),
|
||||
(2, 7, "Green room"),
|
||||
(3, 10, "Game hall");
|
||||
Reference in New Issue
Block a user