mysql
select * from `information_schema`.table_constraints where constraint_type="FOREIGN KEY";
テーブルを削除しようとして外部キー制約で困った場合にどうぞ
Go to list of users who liked
More than 5 years have passed since last update.
select * from `information_schema`.table_constraints where constraint_type="FOREIGN KEY";
テーブルを削除しようとして外部キー制約で困った場合にどうぞ
Register as a new user and use Qiita more conveniently
Go to list of users who liked