CREATE TABLE IF NOT EXISTS `item` (... `title` text NOT NULL, `summary` mediumtext NOT NULL, `body` mediumtext NOT NULL, `html` mediumtext NOT NULL, ...)