🔨 修改表结构.

This commit is contained in:
lijiahangmax
2024-12-18 21:35:59 +08:00
parent 04327c19e3
commit 1d89b392b0
5 changed files with 90 additions and 83 deletions

View File

@@ -3,7 +3,7 @@
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
CREATE DATABASE IF NOT EXISTS `orion_visor` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
CREATE DATABASE IF NOT EXISTS `orion_visor` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE `orion_visor`;
SET FOREIGN_KEY_CHECKS = 1;