외국 키를 떨어뜨릴 때의 문제 이 질문에는 이미 다음과 같은 답변이 있습니다. 외래키 라라벨과 함께 열을 삭제하는 중 오류: 일반 오류: 이름 변경 시 1025 오류 (8개 답변) 닫힘작년에 나의 외국 키는 자신의 테이블과 관련이 있습니다.이것은 위계가 있는 게시물을 만들기 위해서였습니다. 데이터베이스의 열을 삭제하려고 하면 다음과 같은 오류가 나타납니다. 1553 - Cannot drop index 'post_field_properties_parent_id_index': needed in a foreign key constraint 코드는 다음과 같습니다. public function down() { Schema::table( "post_field_properties", function( $table ..