Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
SET FOREIGN_KEY_CHECKS=0
ALTER TABLE mytable DROP FOREIGN KEY fk_name_of_your_key;
ALTER TABLE mytable DROP INDEX your_field;
SET FOREIGN_KEY_CHECKS=1