Kod
ALTER TABLE `post`
ADD CONSTRAINT `FK_PostSection` FOREIGN KEY (`section_id`) REFERENCES `section` (`id_section`);
ADD CONSTRAINT `FK_PostSection` FOREIGN KEY (`section_id`) REFERENCES `section` (`id_section`);
ale wyskakuje błąd, kod błędu: 150 Foreign key constraint is incorrectly formed.
Jak dodać relacje do istniejących tabel (w phpMyAdmin)?