📜  alter table add on delete cascade mysql - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:07.226000             🧑  作者: Mango

代码示例2
SET FOREIGN_KEY_CHECKS = 0;
drop table if exists ;
drop table if exists ;
SET FOREIGN_KEY_CHECKS = 1;