# id_user is the primary key of the table users: create table lists( id_list serial not null primary key, id_user int references users(id_user), is_temp int );