ALTER TABLE public."DMP"
ADD "PublishedAt" timestamp(6) with time zone
UPDATE public."DMP"
SET "PublishedAt" = "FinalizedDat"
where "isPublic" = True