CREATE TABLE `showable` ( `id` bigint(20) NOT NULL AUTO_INCREMENT,
`author` varchar(255) DEFAULT NULL, `catagory` varchar(255) NOT NULL,
`catagory_order` int(11) NOT NULL DEFAULT '0', `cnt` int(11) DEFAULT
NULL, `content` longtext, `createTime` datetime DEFAULT NULL,
`description` varchar(255) DEFAULT NULL, `imgname` varchar(255) DEFAULT
NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY
`id` (`id`) )ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8