2
0

feat: create wfc_user_db database

This commit is contained in:
simonzhangsz
2024-12-13 21:16:04 +08:00
parent 448eb7dbff
commit 476631b74b

View File

@@ -14,9 +14,14 @@
Date: 06/12/2024 15:31:06
*/
-- DROP DATABASE IF EXISTS `wfc_user_db`;
CREATE DATABASE IF NOT EXISTS `wfc_user_db` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE wfc_user_db;
-- ----------------------------
-- Table structure for u_bill
-- ----------------------------