mysql修改表备注

在表创建完成后,发现忘了加表备注,可以执行下面的语句进行修改。

ALTER TABLE 表名称 COMMENT  '备注xxxxx' ;

posted @ 2023-04-25 14:58  leocat  阅读(125)  评论(0)    收藏  举报