Files
gg-backend/backend/prisma/migrations/20260414102430_department_image/migration.sql
T
2026-04-14 17:33:21 +05:30

3 lines
68 B
SQL

-- AlterTable
ALTER TABLE "Department" ADD COLUMN "image" TEXT;