Skip to content

[ Feature ] - DIAGNOSIS_RESULT 테이블 생성 - #96

Merged
bigwaveBigwave merged 1 commit into
developfrom
feature/#95
Aug 9, 2026
Merged

[ Feature ] - DIAGNOSIS_RESULT 테이블 생성#96
bigwaveBigwave merged 1 commit into
developfrom
feature/#95

Conversation

@bigwaveBigwave

Copy link
Copy Markdown
Contributor

관련 이슈

작업 사항

  • DIAGNOSIS_RESULT 테이블 생성
  • 월별 재무 진단 스냅샷 저장용 컬럼 구성
  • user_idyear_month 조합에 대한 유니크 제약 조건 추가
  • 생성일시/수정일시 자동 관리 컬럼 설정

참고 사항

  • 이 테이블은 diagnosis-service가 소유하는 월별 재무 진단 스냅샷 저장용 테이블임
  • AI 리포트 본문 저장용 테이블이 아니라 월별 재무 숫자 요약을 저장하는 용도임
  • user_idyear_month가 같은 데이터는 하나의 스냅샷만 유지하도록 구성함
  • 현재 작업 범위는 테이블 생성까지만이었는데, mapper / service / domain 구현도 더 할까요??

@bigwaveBigwave bigwaveBigwave self-assigned this Aug 7, 2026
@bigwaveBigwave bigwaveBigwave added the ✨ Feature 기능 개발 label Aug 7, 2026
@bigwaveBigwave bigwaveBigwave linked an issue Aug 7, 2026 that may be closed by this pull request
@bigwaveBigwave
bigwaveBigwave merged commit 2785161 into develop Aug 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ Feature ] - DIAGNOSIS_RESULT 테이블 생성

3 participants