Files
time-cafe-web-app/migrations/004_insert-into-tables.sql
T

8 lines
145 B
SQL
Raw Normal View History

2026-07-12 13:47:34 +04:00
INSERT INTO
Tables (name, max_people, room)
VALUES
(1, 5, "Red room"),
(4, 4, "Red room"),
(2, 7, "Green room"),
(3, 10, "Game hall");