information_schema.columns テーブルはカラム数が多いので絞って表示します。
select table_name, column_name from information_schema.columns where column_name ='カラム名';
information_schema.columns テーブルはカラム数が多いので絞って表示します。
select table_name, column_name from information_schema.columns where column_name ='カラム名';