-
Notifications
You must be signed in to change notification settings - Fork 0
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
[LIME-58] 리뷰 이미지 추가 #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다ㅏ. 직접 프론트까지 구현해서 확인하는 습관은 배우고 싶네용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
병곤님 고생 많으셨습니당!
@Column(name = "review_id", nullable = false) | ||
private Long reviewId; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p1;
리뷰 이미지는 리뷰가 삭제될 때, 같이 삭제되어야 하는데 객체 참조를 안해준 이유가 있나용?? 그때 팀에서 정한 바로는 같이 삭제되는 관계에 대해서는 객체 참조를 하기로 정한 것으로 기억합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JoinColumn 설정해서 review가 삭제되면 review image도 삭제 되도록 변경했습니다~! 31c6a64
📌 PR 종류
어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.
📌 어떤 기능이 추가 되었나요?
리뷰 이미지 관련 기능 추가 ❤❤
Issue Number
LIME-58
기능 설명
리뷰 사진 저장 ❤❤
리뷰 목록 조회 ❤❤
📌 기존에 있던 기능에 영향을 주나요?