升级失败     
Table 'phome_enewsqf' already exists CREATE TABLE `phome_enewsqf` ( `id` int(11) NOT NULL default '0', `classid` smallint(6) NOT NULL default '0', `checkuser` text NOT NULL, `docheckuser` text NOT NULL, `viewcheckuser` text NOT NULL, `returncheck` tinyint(1) NOT NULL default '0', `notdocheckuser` text NOT NULL, `checked` tinyint(1) NOT NULL default '0', KEY `id` (`id`,`classid`) ) TYPE=MYISAM
|