1、登录数据库
2、切换数据库
3、增加字段
ap_record表增加字段status类型为int不能为空
alter table ap_record add status int not null;