chore: 首次提交 - 关联 GitHub fnvtk/MBTI_wang

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 12:39:38 +08:00
commit eb510304c0
259 changed files with 60464 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- 为 wechat_users 表添加 birthday 字段(个人资料页用)
-- 执行: 在数据库中运行此 SQL
ALTER TABLE `mbti_wechat_users` ADD COLUMN `birthday` varchar(20) NULL DEFAULT NULL COMMENT '生日,格式 YYYY-MM-DD' AFTER `city`;