20221229.sql 98 B

1
  1. alter table user add column password_state bit(1) not null default 1 comment '初始密码状态';