-- AlterTable: user_preferences 增加头像(内置球员 key) ALTER TABLE "user_preferences" ADD COLUMN IF NOT EXISTS "avatar_key" VARCHAR(128);