Files
wedding-planner/prisma/migrations/20250704195331_add_notes_to_eventtodo/migration.sql
2025-07-04 16:09:55 -04:00

3 lines
67 B
SQL

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