select * from information_schema.COLUMNS where `TABLE_SCHEMA`='db_table'#数据库名
and DATA_TYPE in ('char', 'varchar', 'text', 'tinytext', 'mediumtext', 'longtext', 'blob');
select * from information_schema.COLUMNS where `TABLE_SCHEMA`='db_table'#数据库名
and DATA_TYPE in ('char', 'varchar', 'text', 'tinytext', 'mediumtext', 'longtext', 'blob');