Skip to content

Commit 820174d

Browse files
committed
chore/单体初始化sql补充初始化数据库脚本
1 parent d1e1513 commit 820174d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pmhub-boot/sql/pmhub_20240305.sql

+3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
1414
Date: 05/03/2024 14:39:47
1515
*/
16+
CREATE DATABASE `laigeoffer-pmhub` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
1617

1718
SET NAMES utf8mb4;
1819
SET FOREIGN_KEY_CHECKS = 0;
1920

21+
USE `laigeoffer-pmhub`;
22+
2023
-- ----------------------------
2124
-- Table structure for ACT_EVT_LOG
2225
-- ----------------------------

0 commit comments

Comments
 (0)