cl
18 小时以前 cfe3ca582cdd3793979e67fdd5116dd338c19728
version/db/sys_http_audit_log.sql
@@ -1,7 +1,6 @@
-- HTTP 接口审计(rsf-http-audit 插件写入)
SET NAMES utf8mb4;
DROP TABLE IF EXISTS `sys_http_audit_log`;
CREATE TABLE `sys_http_audit_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
  `service_name` varchar(64) DEFAULT NULL COMMENT '应用 spring.application.name',