udemy-go-web-1/migrations/20240711213038_seed_rooms_table.postgres.up.sql
Muyao CHEN 4ec8c5d9a1 Fix seed sqls
Should use '' instead of "".
2024-07-15 15:11:06 +02:00

4 lines
206 B
SQL

INSERT INTO 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');