CREATE TABLE `food` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `cat_id` int(11) NOT NULL DEFAULT '0' COMMENT '分类id', `name` varchar(100) NOT NULL DEFAULT '' COMMENT '书籍名称', `price` deci