1、登录数据库
2、切换数据库
3、增加字段
ap_record表增加字段status类型为int不能为空
alter table ap_record add status int not null;
1、登录数据库
2、切换数据库
3、增加字段
ap_record表增加字段status类型为int不能为空
alter table ap_record add status int not null;
转载于:https://www.cnblogs.com/freelancer/p/4706022.html