How can we remove FOREIGN KEY constraint from a column of an existing MySQL table? code example
Example: mysql remove foreign key constraint
ALTER TABLE jobs DROP FOREIGN KEY constraint_name
ALTER TABLE jobs DROP FOREIGN KEY constraint_name