-
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
feat: 커뮤니티 댓글 Entity 객체 정의 #246
Conversation
AuditingTimeEntity 정의 (CreatedAt, UpdatedAt) CommunityComments 클래스 정의 Related to: #245
Hi there 👋 Using this App for a private organization repository requires a paid subscription. You can click If you are a non-profit organization or otherwise can not pay for such a plan, contact me by creating an issue |
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.
승헌님이 먼저 머지해주시면 될거같아요옹!ㅎㅎ 고생하셨습니다
private Long parentCommentId; | ||
|
||
@Column(nullable = false) | ||
private Boolean isBlindWriter; |
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.
나중의 스펙이니 그냥 참고용으로 적어봐요 ..!
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.
넵 좋은 의견 감사합니다!
AuditingTimeEntity 정의 (CreatedAt, UpdatedAt)
CommunityComments 클래스 정의
Related to: #245