-
Notifications
You must be signed in to change notification settings - Fork 1
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
설계한 ERD를 토대로 JPA 엔티티 클래스들을 추가 #25
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Feat: member profile 추가 * Feat: badge 엔티티 추가 * Feat: level 엔티티 추가
* Chore: PostGIS 의존성 추가 * Chore: PostGIS 관련 옵션 application.yml에 추가 * Feat: RunningRecord 엔티티 추가 * Feat: RunningEmoji 엔티티 추가 * Feat: RoutePoint 엔티티 추가 * Style: PostGIS 의존성 위치 수정 * Feat: RunningRecord, RunningEmoji 테이블 리뷰 사항 반영
Jaewon-pro
commented
Jul 28, 2024
|
레벨 테이블에 문자열 이름(레벨 1, 또는 브론즈..)을 넣도록 했는데, 생각해보니 문자열이 아니라 레벨 1, 2, .. 으로 숫자만 있을 것 같아요.
oauth 정보는 유저가 업데이트하는 경우가 없다고 생각해서, 소셜 로그인 정보를 member 테이블에서 분리하도록 하겠습니다! |
Jaewon-pro
changed the title
설계한 ERD롤 토대로 JPA 엔티티 클래스들을 추가
설계한 ERD를 토대로 JPA 엔티티 클래스들을 추가
Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 이슈 연결
🚀 구현한 API
💡 반영할 내용 및 변경 사항 요약
🔍 리뷰 요청/참고 사항