similar to ON DELETE CASCADE not working in MySQL, but something is not right:
-- test delet
Set the foreign_key_checks to 1, I ran into this problem while exporting and importing the data during which it was set to 0
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=1 */;