exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql
@@ -2,7 +2,6 @@ -- ---------------------------- -- 操作日志表 -- ---------------------------- drop table if exists sys_oper_log; create table sys_oper_log ( id bigint(20) not null auto_increment comment '日志主键', title varchar(50) default '' comment '模块标题',