-- 2.0之后的SQL变更 alter table vp_user add status int default 0 null comment '账号状态 0正常 1停用' after role_code;