select column_name,column_comment,data_type,column_type
from information_schema.columns
where table_name=表名 and table_schema='数据库名称';
最后编辑时间为: 2020/11/01 19:26
select column_name,column_comment,data_type,column_type
from information_schema.columns
where table_name=表名 and table_schema='数据库名称';
最后编辑时间为: 2020/11/01 19:26