Files
wedding-planner/prisma/migrations/20250629122552_add_notes_to_events/migration.sql

3 lines
63 B
SQL

-- AlterTable
ALTER TABLE "Event" ADD COLUMN "notes" TEXT;