Mysql how to change a constraint from on update restrict on delete restrict to cascade

后端 未结 0 908
悲哀的现实
悲哀的现实 2020-12-02 11:52

I have a table and I added a foreign key constraint to it by this statement

ALTER TABLE `t_Accounts` ADD CONSTRAINT `Relationship51` FOREIGN KEY (`Account_Gro         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题