show create table 'table_name'; show full columns from 'table_name';
修改comment
alter table 'table_name' modify column 'column_name' 'column_type' comment 'comment';
'column_type' 是必须带