4ec8c5d9a1
Should use '' instead of "".
5 lines
213 B
SQL
5 lines
213 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');
|
|
|