Files
gg-backend/backend/prisma/migrations/20260518093623_add_professional_bio/migration.sql
T

3 lines
78 B
SQL
Raw Normal View History

2026-05-19 15:53:31 +05:30
-- AlterTable
ALTER TABLE "Doctor" ADD COLUMN "professionalSummary" TEXT;