kreativortex/prisma/migrations/20251201120000_add_forum_attachments/migration.sql
Jessica Rekcah 4253483f44 jalan
2025-12-02 00:22:34 +07:00

7 lines
183 B
SQL

-- AlterTable
ALTER TABLE "forum_posts"
ADD COLUMN "attachments" JSONB DEFAULT '[]'::jsonb;
-- AlterTable
ALTER TABLE "comments"
ADD COLUMN "attachments" JSONB DEFAULT '[]'::jsonb;