Files
incudal/server/prisma/migrations/20251208140941_add_avatar_style/migration.sql
T
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';