Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat/29] JPA Entity 매핑 수정 #31

Merged
merged 6 commits into from
May 27, 2024
Merged

[Feat/29] JPA Entity 매핑 수정 #31

merged 6 commits into from
May 27, 2024

Conversation

rimi3226
Copy link
Contributor

🚀 개요

JPA 엔티티 매핑 관련 수정

🔍 변경사항

  • JPA 엔티티 관련 매핑 에러 수정
  • JPA LoginType ENUM 추가

⏳ 작업 내용

  • Member 테이블 매핑 수정
  • GameStyle 테이블 매핑 수정
  • RatingKeyword 테이블 매핑 수정
  • - [x] cicd 이벤트: pr merge됐을때만 돌도록, push x
  • builder 사용을 위한 어노테이션 3줄
  • BaseTimeEntity extend
  • Member loginType을 enum으로 변경
  • Member 승률 double로
  • password, email 길이 제한 수정
  • 전체 length 조정

📝 논의사항

@rimi3226 rimi3226 linked an issue May 27, 2024 that may be closed by this pull request
6 tasks
@rimi3226 rimi3226 self-assigned this May 27, 2024
@rimi3226 rimi3226 merged commit 1f0b3b2 into develop May 27, 2024
@rimi3226 rimi3226 deleted the feat/29 branch May 27, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] JPA Entity 추가 개발
1 participant