kongzy
2024-09-14 f0f00e9ba8a755e4317e029d73b69a92ad9f9df1
exam-admin/src/main/resources/db/migration/V20240510001_loginfor.sql
@@ -2,7 +2,6 @@
-- ----------------------------
-- 系统访问记录
-- ----------------------------
drop table if exists sys_logininfor;
create table sys_logininfor (
id           bigint(20)      not null auto_increment    comment '日志主键',
user_name      varchar(50)    default ''                comment '用户账号',