CREATE UNIQUE INDEX timeline_events_pkey ON public.timeline_events USING btree (id); alter table "public"."timeline_events" add constraint "timeline_events_pkey" PRIMARY KEY using index ...
"created_at" timestamp without time zone not null default now(), "updated_at" timestamp without time zone not null default now() "created_at" timestamp without time ...