You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
virtual-patient/virtual-patient-web/src/main/resources/sqlScript/todo.sql

3 lines
134 B
MySQL

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