bitsCN.com mysql更新字段的语句 alter table 表名 modify [column] 字段名 字段类型; alter table 表名 add [column] 字段名 字段类型; alter table 表名 drop [column] 字段名; 作者 baozhengxing bitsCN.com