create table publications ( key text primary key not null, created_at timestamptz not null default now() ); insert into publications (key) values ('daily_summary');