Files
2026-06-20 14:26:29 +08:00

3 lines
98 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "avatar_style" TEXT NOT NULL DEFAULT 'bigSmile';