CREATE TABLE users ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, age integer NOT NULL );