-
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
[REFACTOR] 엔티티에 Not Null 제약조건 추가 #402
base: dev
Are you sure you want to change the base?
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.
제약조건에 대해서 많이 고민해보신것 같습니다!
현재는 DB 제약조건에 대해서 제약조건이 걸려있는데 저도 얼마전에
제약 조건에 대해서 많이 얘기듣고 알아보다 좋은 글이 있어서 첨부합니다!
- Valid 와 Valided 를 통한 유효성검사
https://mangkyu.tistory.com/174 - 비즈니스 관점에서 유효성검사 지정
https://mangkyu.tistory.com/398
📝 PR Summary
엔티티에 Not Null 제약조건을 추가하였습니다.
🌴 Works
🌱 Related Issue
closed #401
🌵 PR 참고사항