select
TABLE_NAME
from
information_schema.`COLUMNS`
where
TABLE_SCHEMA=
'dbname'
and
COLUMN_NAME=
'role_id'