create table if not exists project_like ( project uuid not null, "user" uuid not null, created_at timestamp with time zone not null, primary key (project, "user") );