Files
kycnotme/web/prisma/migrations/20250706180118_add_comment_section_message/migration.sql

3 lines
81 B
MySQL
Raw Normal View History

2025-07-06 18:59:23 +00:00
-- AlterTable
ALTER TABLE "Service" ADD COLUMN "commentSectionMessage" TEXT;