I want to remove constraints from my table. My query is:
ALTER TABLE `tbl_magazine_issue` DROP CONSTRAINT `FK_tbl_magazine_issue_mst_users`
There is no DROP CONSTRAINT In MySql. This work like magic in mysql 5.7
DROP CONSTRAINT
ALTER TABLE answer DROP KEY const_name;