# 해당 테이블에 외래키 조회 select * from information_schema.table_constraints where table_name = '테이블명'; # 삭제 alter table '테이블명' drop foreign key '외래키명';
https://allg.tistory.com/37