CREATE TABLE IF NOT EXISTS password_reset_requests ( token bytea PRIMARY KEY, user_id bigint NOT NULL, expiry TIMESTAMP(0) WITH TIME ZONE NOT NULL );