Can't create table '.\shouji5\cmstop_activity.frm' (errno: 150) CREATE TABLE `cmstop_activity` ( `contentid` mediumint(8) unsigned NOT NULL, `description` varchar(255) DEFAULT NULL, `content` mediumtext, `starttime` int(10) unsigned DEFAULT NULL, `endtime` int(10) unsigned DEFAULT NULL, `address` varchar(255) NOT NULL, `point` varchar(255) DEFAULT NULL, `type` varchar(50) NOT NULL, `maxpersons` smallint(5) unsigned NOT NULL DEFAULT '0', `gender` tinyint(1) unsigned NOT NULL DEFAULT '0', `signstart` int(10) unsigned DEFAULT NULL, `signend` int(10) unsigned DEFAULT NULL, `selected` varchar(255) NOT NULL, `required` varchar(255) NOT NULL, `displayed` varchar(255) NOT NULL, `total` smallint(5) unsigned NOT NULL DEFAULT '0', `checkeds` smallint(5) unsigned NOT NULL DEFAULT '0', `signstoped` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`contentid`), CONSTRAINT `cmstop_activity_ibfk_1` FOREIGN KEY (`contentid`) REFERENCES `cmstop_content` (`contentid`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8
这是在恢复时提示的住息,怎么处理?
|