create table if not exists issue_repo ( issue uuid not null, repo uuid not null, relation_at timestamp with time zone not null, primary key (issue, repo) );