alter table comment add FOREIGN KEY (`p_id`) REFERENCES `title` (`id`) ON DELETE CASCADE; 我語法是這樣的 但是出現的問題是comment 表外鍵創建不了 查看完整描述