drop table if exists hash ; CREATE TABLE hash ( id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, KEY idkey (id), query CHAR(255), key sstrkey (query), page MEDIUMTEXT, times INT, t TIMESTAMP );