2
0

feat: update db sql

This commit is contained in:
zhangsz
2024-12-25 09:54:27 +08:00
parent ee53817fc6
commit f106e5631f
3 changed files with 98 additions and 32 deletions

View File

@@ -14,9 +14,13 @@
Date: 24/12/2024 20:37:17
*/
CREATE DATABASE IF NOT EXISTS `wfc_system_db` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE wfc_system_db;
-- ----------------------------
-- Table structure for sys_config
-- ----------------------------