feat: create wfc_user_db database
This commit is contained in:
@@ -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
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user