用户信息变更

This commit is contained in:
2025-11-26 12:03:34 +08:00
parent 8ff849d050
commit 8d8ecf8763
15 changed files with 203 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
-- 修复字符编码问题
-- 删除现有数据库(如果存在)
-- DROP DATABASE IF EXISTS `school_news`;
DROP DATABASE IF EXISTS `school_news`;
-- 创建数据库使用utf8mb4字符集
CREATE DATABASE IF NOT EXISTS `school_news` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;