-- Your SQL goes here ALTER TABLE IF EXISTS public."user" ADD COLUMN created timestamp(0) without time zone NOT NULL DEFAULT now()::timestamp;