-- Your SQL goes here create table paragraphs ( id bigserial primary key, content text not null, index int not null, post_id int not null references issues(id) );