CREATE TABLE `cache` ( `key` STRING PRIMARY KEY, `value` TEXT NOT NULL, `expiration` INT DEFAULT 0 );