chore: 优化初始数据脚本

This commit is contained in:
2024-11-16 21:31:37 +08:00
parent 556f6c33b1
commit 6abb444f9d
4 changed files with 6 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ CREATE TABLE IF NOT EXISTS `sys_log` (
PRIMARY KEY (`id`),
INDEX `idx_module`(`module`),
INDEX `idx_ip`(`ip`),
INDEX `idx_address`(`address`),
INDEX `idx_create_time`(`create_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='系统日志表';