#23 - 회원 계정 엔티티와 게시글,댓글에 연관관계 적용 #24
Merged
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.
게시글과 댓글은 모두 회원이 작성하는데, 그 연관관계가 ERD 와 같이 자바코드에 표현되지 않았다.
createdBy
를 작성자라고 생각할수 있겠지만, 해당 필드보다는 계정의 고유 id를 사용하는 것이 이상적인 방향이라고 생각해서 도메인 설계를 수정함.