1 line
94 B
MySQL
1 line
94 B
MySQL
|
ALTER TABLE `sys_user` ADD COLUMN `frequency` int NULL DEFAULT 0 COMMENT '登录失败次数';
|