特定のカラムを持つテーブルを検索する

カラムを持ってるテーブルがわからない時とか

select table_name, column_name from information_schema.columns where column_name ='検索するカラム名';