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