CREATE TABLE `hashes` ( `hash` binary(16) NOT NULL, `type` varchar(50) NOT NULL, KEY `hash_index` (`hash`(4)) USING BTREE ); CREATE TABLE `google_safe_api` ( `name` varchar(50) NOT NULL, `version` int(11) NOT NULL ); INSERT INTO `google_safe_api` (`name`, `version`) VALUES ('goog-black-hash', '-1'), ('goog-malware-hash', '-1');