|
还原时出错,出现以下
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''С??????' at line 41
CREATE TABLE `fke_borough` ( `id` int(11) NOT NULL AUTO_INCREMENT, `borough_name` varchar(100) NOT NULL COMMENT 'С??????', `borough_letter` varchar(10) DEFAULT NULL COMMENT '?????д', `borough_alias` varchar(100) DEFAULT NULL COMMENT 'С??????', `cityarea_id` tinyint(4) DEFAULT '0' COMMENT '????', `borough_section` tinyint(4) DEFAULT '0' COMMENT '????????', `borough_address` varchar(250) DEFAULT NULL COMMENT 'С?????', `borough_type` tinyint(4) DEFAULT '0' COMMENT '???????', `elementary_school` varchar(40) DEFAULT NULL COMMENT '???С?', `middle_school` varchar(40) DEFAULT NULL COMMENT '??????', `borough_thumb` varchar(100) DEFAULT NULL COMMENT 'С???????', `sell_num` int(11) DEFAULT '0' COMMENT '????????', `rent_num` int(11) DEFAULT '0' COMMENT '???????', `sell_time` varchar(10) DEFAULT NULL COMMENT '???????', `borough_avgprice` int(11) DEFAULT '0' COMMENT '???????', `borough_evaluate` int(10) unsigned DEFAULT NULL COMMENT 'С????????', `evaluate_time` int(11) NOT NULL COMMENT '???????????????????', `percent_change` float DEFAULT '0' COMMENT '?????', `layout_drawing` int(11) DEFAULT '0' COMMENT '?????', `layout_picture` int(11) DEFAULT '0' COMMENT '??????', `layout_map` varchar(50) DEFAULT NULL COMMENT '???????', `click_num` int(11) DEFAULT '0' COMMENT '??????', `is_checked` tinyint(4) NOT NULL DEFAULT '0', `creater` varchar(20) DEFAULT NULL, `isnew` tinyint(4) DEFAULT '0' COMMENT '???????', `is_promote` tinyint(3) unsigned DEFAULT '0' COMMENT '??????', `is_priceoff` tinyint(3) unsigned DEFAULT '0' COMMENT '???????', `borough_developer_id` int(11) DEFAULT '0' COMMENT '??????ID', `sell_price` int(11) DEFAULT '0' COMMENT '????????', `room_type` varchar(200) DEFAULT NULL COMMENT '???????', `sell_phone` varchar(250) DEFAULT NULL COMMENT '????????', `isdel` tinyint(4) DEFAULT '0' COMMENT '??? 0???? 1????', `created` int(11) NOT NULL, `updated` int(11) NOT NULL DEFAULT '0', `video` varchar(600) CHARACTER SET gb2312 DEFAULT NULL COMMENT '??????', `borough_nid` varchar(600) DEFAULT NULL COMMENT '???nid', PRIMARY KEY (`id`), KEY `borough_name` (`borough_name`), KEY `cityarea_id` (`cityarea_id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=gbk COMMENT='С?????? |
|