ALTER TABLE public.node ADD COLUMN history bool NOT NULL DEFAULT false; CREATE INDEX node_history_idx ON public.node (history);