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.
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
Entity 정의 #14
Entity 정의 #14
Changes from 10 commits
3632343
26689ed
d2226cc
9f871d3
a0cc6ea
57954b1
976ef00
27e7f73
5bf43f1
a51a161
9fe71f3
8103000
d60ec6a
475f215
7929802
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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.
💭 정확하진 않지만.. 테이블에 member_id로 되어 있어서, 이름이 같지 않으면
@Column(name = "member_id")
를 넣어야 될 것 같아요!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.
앗 그렇군요..!! 그러고보니 엔티티나 변수명은 그대로 user로 할까요? 아니면 일치시킬까요?
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.
💭 저번에 저희가 mysql에서는 user가 예약어라서 member로 하자고 한걸로 기억하는데 찾아보니 postgreSql에서도 user라고 하면 내장 테이블과 충돌이 난다고 하네요. 저는 아예 member로 바꿔도 괜찮을 것 같습니다!
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.
Member로 변경했습니다. d60ec6a