Files
Content-Hunter_BE/prisma/migrations/20260322203617_add_imageurl_to_content/migration.sql
Harun CAN 9bd2b4a2dd
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled
main
2026-03-22 23:37:13 +03:00

3 lines
68 B
SQL

-- AlterTable
ALTER TABLE "Content" ADD COLUMN "imageUrl" TEXT;