create table if not exists issue_label ( issue uuid not null, label bigint not null, relation_at timestamp with time zone not null, primary key (issue, label) );