Files
time-cafe-web-app/migrations/004_insert-into-tables.sql
2026-07-12 13:47:34 +04:00

8 lines
145 B
SQL
Executable File

INSERT INTO
Tables (name, max_people, room)
VALUES
(1, 5, "Red room"),
(4, 4, "Red room"),
(2, 7, "Green room"),
(3, 10, "Game hall");