spomeni/prisma/migrations/20260620163243_add_memorial_dates/migration.sql
2026-06-20 19:28:05 +02:00

4 lines
99 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "bornDate" TEXT,
ADD COLUMN "passedDate" TEXT;