2023年1月29日
摘要: 当一个表有几百个字段时,需要给这几百个字段增加注释,可以这样 alter table 表名 modify column 字段名 decimal(15,3) comment '注释'; alter table 表名 modify column 字段名 decimal(15,3) comment '注释 阅读全文
posted @ 2023-01-29 16:57 小小喽啰 阅读(507) 评论(0) 推荐(0) 编辑