CREATE TABLE public.redactions (
id integer NOT NULL,
- title character varying,
- description text,
+ title character varying NOT NULL,
+ description text NOT NULL,
created_at timestamp without time zone,
updated_at timestamp without time zone,
user_id bigint NOT NULL,
('23'),
('22'),
('21'),
+('20240307181018'),
+('20240307180830'),
('20240228205723'),
('20240117185445'),
('20231213182102'),
('11'),
('10'),
('1');
+