project-knedita/prisma/migrations/20241012135246_added_attachments_field_comments/migration.sql

3 lines
74 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Comments" ADD COLUMN "attachments" TEXT[];