You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEemail(id INTEGERPRIMARY KEY, md5 VARCHAR(32) UNIQUE NOT NULL, email VARCHAR(32), bounces INT DEFAULT 0, confirmed TIMESTAMP DEFAULT NULL);
CREATETABLEfaction (id INTEGERPRIMARY KEY, user_id INTEGERREFERENCES user(id), no INTEGER, name VARCHAR(64), game_id INTEGERREFERENCES game(id), race VARCHAR(10), lang CHAR(2));