CREATE TABLE email_queue ( id int(11) NOT NULL AUTO_INCREMENT, timestamp int(11) DEFAULT NULL, mail blob DEFAULT NULL, PRIMARY KEY (id) )