udemy-go-web-1/migrations/20240711214523_seed_restrictions_table.postgres.up.sql

5 lines
212 B
MySQL
Raw Normal View History

INSERT INTO public.restrictions(restriction_name, created_at, updated_at) VALUES
("Reservation","2024-07-08 00:00:00","2024-07-08 00:00:00"),
("Owner block","2024-07-08 00:00:00","2024-07-08 00:00:00");