feat: (#18) 31기 전시 탭 구축 용 웹 썸네일 필드를 추가한다#19
Merged
Conversation
SeongHo5356
reviewed
May 27, 2025
Comment on lines
+44
to
+46
| @Column(name = "web_thumbnail_url") | ||
| private String webThumbnailUrl; | ||
|
|
Member
There was a problem hiding this comment.
이전에 다 이렇게 돼있어서 통일성있게 @column(name=~~) 붙이는 게 여기서 좋긴한데 기본 안넣어도 기본 테이블 컬럼명 생성전략이 스네이크로 만들어줘서 없어도 넣은거랑 똑같이 작동할거에요!
Member
Author
There was a problem hiding this comment.
넹 감사합니당 ~~ LGTM 첨 들어봐요 mz하네요
This file contains hidden or 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
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.
#️⃣ 이슈 번호
💡 작업 내용
📸 스크린샷(선택)
🎸 기타
밋업 리스트 조회 / 상세 조회 시 web_thumbnail_url 나옵니다. (등록된 것이 없을 경우 null로 반환됨)