4 lines
206 B
MySQL
4 lines
206 B
MySQL
|
INSERT INTO public.rooms(room_name, created_at, updated_at) VALUES
|
||
|
("General's Quarters","2024-07-08 00:00:00","2024-07-08 00:00:00"),
|
||
|
("Major's Suite","2024-07-08 00:00:00","2024-07-08 00:00:00");
|