I\'m on a MySQL database.
I\'m doing this, but it doesn\'t work.
ALTER TABLE `object` DROP FOREIGN KEY IF EXISTS `object_ibfk_1`;
I\'ve
In the current version of Mariadb 10.1.26 (new Mysql), your query works:
Key: MUL
MUL
ALTER TABLE `object` DROP FOREIGN KEY IF EXISTS `object_ibfk_1`; DESC `object`;
Key: