alter table attributes modify column `type` tinyint(4) DEFAULT NULL COMMENT ‘0基本属性 1价格属性‘;
修改数据表中某字段的信息
原文:https://www.cnblogs.com/cjjjj/p/10397039.html