Home / Article Detail

Foreign key error when deleting table

📅 Feb 12, 2025✍️ lllomh

    If you cannot delete the table because of foreign key associations, use this command.

    SET foreign_key_checks = 0;