Because of FK constraint, I get this error when I try to drop the table.
Run this;
SET foreign_key_checks = 0;
and drop the table, then run this code;
SET foreign_key_checks = 1;
Done!