style: 数据库脚本变更

This commit is contained in:
TsMask
2024-05-11 15:58:19 +08:00
parent a54e357bd5
commit d547914ab5
41 changed files with 758 additions and 1348 deletions

View File

@@ -40,7 +40,7 @@ CREATE TABLE `sys_log_operate` (
`oper_time` bigint(20) DEFAULT 0 COMMENT '操作时间',
`cost_time` bigint(20) DEFAULT 0 COMMENT '消耗时间(毫秒)',
PRIMARY KEY (`oper_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=4083 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='系统操作日志表';
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='系统操作日志表';
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;