kongzy
2024-11-07 41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3
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 '模块标题',