[Refactor] Prisma 스키마 네이밍 컨벤션 정리 #21
Open
+148
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #20
⏳ 리뷰 예상 시간
5분
🛠 작업 사항
❌ 문제
snake_case)을 그대로 사용하고 있어요.camelCase컨벤션을 사용하지 못하고snake_case기반으로 쿼리를 작성해야 하는 문제가 생겨요.✅ 리팩토링
camelCase로 통일해서 코드 컨벤션을 지켰어요.@map을 사용해 기존 DBsnake_case컬럼과 안전하게 매핑되도록 했어요.⭐️ 리뷰 포인트
✅ 작업 체크리스트
camelCase로 통일@map,@@map적용