mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-26 02:57:18 +08:00
chore: 优化初始数据脚本
This commit is contained in:
@@ -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='系统日志表';
|
||||
|
||||
|
Reference in New Issue
Block a user