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
feat: 운영진 관리 기능 구현 완료 #648
base: develop
Are you sure you want to change the base?
feat: 운영진 관리 기능 구현 완료 #648
Changes from 8 commits
3b54855
b9ec0ff
b0e862a
2bd8be6
4c3c9aa
ce80cc1
2d1be29
99186a3
d62fc19
7e6852f
0803dd7
2a59ac3
9be32fc
649310b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
isDeleted
필드를 사용하는 경우 언제 소프트 딜리트가 되었는지 확인할 수 있는 수단이 되기 때문에deletedAt
필드도 함께 사용하는 것이 좋아보여요!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.
deletedAt
을 추가함으로써 삭제된지 오래된 데이터들을 영구 삭제하거나, 혹시라도 복구할 때 삭제 시점을 보고 복구하기 위함인가요??boardEmoji
를 제외한 다른 도메인들에는deletedAt
이 없어서 질문드립니다!deletedAt
을 추가하는 도메인에 대한 특이사항이 있을까요?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.
저는 현재로서는
updatedAt
필드만으로도 삭제 시점을 충분히 관리할 수 있다고 생각해요. 다만,deletedAt
필드를 추가하게 된다면, 다른 소프트 삭제를 사용하는 테이블에도 동일하게 적용하여 일관성을 유지하는 것이 적절하다고 판단돼요.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 is a typo in the email example: "[email protected]" should be "[email protected]".
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.