Cannot delete or update a parent row: a foreign key constraint fails (`myreview/zmax_text`, CONSTRAINT `zmax_text_ibfk_1` FOREIGN KEY (`lang`) REFEREN...
分类:
其他好文 时间:
2014-08-06 17:36:52
阅读次数:
277
--删除外键alter table HelpTextInfo drop constraint
HelpTextInfo_Helptype_FK1--增加外键alter table HelpTextInfo add constraint
HelpTextInfo_Helptype_FK1 fore.....
分类:
数据库 时间:
2014-05-08 11:47:17
阅读次数:
344