CREATE TABLE session_tokens ( id VARCHAR(36) NOT NULL PRIMARY KEY, user_id SERIAL NOT NULL REFERENCES users(id), expires_on INTEGER NOT NULL );