CREATE TABLE IF NOT EXISTS captchas( id SERIAL PRIMARY KEY, hash CHAR(32), solution CHAR(6) );