1alter table "public"."leaflets_in_publications" add column "description" text not null default ''::text; 2alter table "public"."leaflets_in_publications" add column "title" text not null default ''::text;