修改字段类型: alter table 表名 modify column 字段名字 decimal(18, 4) ; 相关文章: Mysql修改字段类型,修改字段名 2021-11-20 修改数据库字段类型或名字 2022-01-05 全局修改数据库字段类型 2022-12-23