Files
kycnotme/web/prisma/migrations/20250706180118_add_comment_section_message/migration.sql
2025-07-06 18:59:23 +00:00

3 lines
81 B
SQL

-- AlterTable
ALTER TABLE "Service" ADD COLUMN "commentSectionMessage" TEXT;