5 lines
212 B
SQL
5 lines
212 B
SQL
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");
|
|
|