mysql SQL

 

  1. comment
    查看comment
    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' 是必须带

posted @ 2020-11-09 09:34  ascertain  阅读(52)  评论(0编辑  收藏  举报