This commit is contained in:
MHW
2026-04-09 15:40:49 +08:00
parent a65d296421
commit 230116bdd7
4 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CREATE DATABASE IF NOT EXISTS autosolution_db DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE autosolution_db;