edit foreign key mysql code example Example: mysql change foreign key ALTER TABLE Orders ADD FOREIGN KEY (PersonID) REFERENCES Persons(PersonID);