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