Files
gg-backend/backend/prisma/migrations/20260414102430_department_image/migration.sql
T

3 lines
68 B
SQL
Raw Normal View History

2026-04-14 17:33:21 +05:30
-- AlterTable
ALTER TABLE "Department" ADD COLUMN "image" TEXT;