create table if not exists users (id bigserial not null, email varchar(255), name varchar(255), primary key (id));