1.1.0.sql 117 B

12
  1. ALTER TABLE pm_user
  2. ADD COLUMN password_count INT NOT NULL DEFAULT 0 COMMENT '密码修改次数' AFTER password;