prisma-migrate
Installation
SKILL.md
/prisma-migrate
Prisma 스키마 변경 후 수동 SQL 마이그레이션 파일을 생성하고 DB에 적용합니다.
실행 단계
git diff apps/api/prisma/schema.prisma로 스키마 변경사항 확인- 변경사항 분석 후 SQL 마이그레이션 파일 작성
- 경로:
apps/api/prisma/migrations/YYYYMMDD_설명.sql - 날짜는 오늘 날짜 사용
- 설명은 snake_case (예:
add_student_snapshot)
- 경로:
- SQL 파일 형식:
-- Migration: 변경 설명 -- Date: YYYY-MM-DD -- Feature: 관련 기능명 -- Description: 상세 설명