Files
chinese-family-tree-2/prisma/migrations/20251130032340_add_photos_json_field/migration.sql
T
freedakgmail 0281885f73 0.3.0.4
2025-11-30 12:04:05 +08:00

3 lines
85 B
SQL

-- AlterTable
ALTER TABLE "FamilyMember" ADD COLUMN "photos" JSONB DEFAULT '[]';