alter table table1 modify column column1 decimal(10,1) DEFAULT NULL COMMENT ‘注释‘;
mysql修改表
原文:https://www.cnblogs.com/magichu/p/14860003.html