alter table 表名 modify 字段名 类型; alter table 表名 modify 字段名 属性名; alter table TEST modify sbirthday not null; 转载于:https://www.cnblogs.com/jycjy/p/6952339.html