drop table if exists lastqueries ; CREATE TABLE lastqueries ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, KEY idkey (id), sstr CHAR(50), questions BLOB, allnf BLOB, t TIMESTAMP );