-- Your SQL goes here create table issues ( id serial primary key, title text not null, paragraph_count smallint, telegram_handle text not null, created_at timestamp );