2
0

update nacos config sql

This commit is contained in:
zhangsz
2025-01-02 10:05:34 +08:00
parent d6a2d26811
commit 695f730432

View File

@@ -14,9 +14,13 @@
Date: 31/12/2024 19:30:41
*/
CREATE DATABASE IF NOT EXISTS `wfc_config_db` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE wfc_config_db;
-- ----------------------------
-- Table structure for config_info
-- ----------------------------