Skip to content
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

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Oct 8, 2024

📝 PR Summary

엔티티에 Not Null 제약조건을 추가하였습니다.

🌴 Works

  • 엔티티에 Not Null 제약조건을 추가

🌱 Related Issue

closed #401

🌵 PR 참고사항

  • dev와 prod에 ddl로 not null 제약 조건 추가 및 확인 이후 머지할 예정입니다.

@kseysh kseysh added 🔨 Refactor 코드 개선 ☁️ DB 데이터베이스 관련 labels Oct 8, 2024
@kseysh kseysh requested a review from rlarlgnszx October 8, 2024 17:54
@kseysh kseysh self-assigned this Oct 8, 2024
Copy link

height bot commented Oct 8, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Contributor

@rlarlgnszx rlarlgnszx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제약조건에 대해서 많이 고민해보신것 같습니다!
현재는 DB 제약조건에 대해서 제약조건이 걸려있는데 저도 얼마전에
제약 조건에 대해서 많이 얘기듣고 알아보다 좋은 글이 있어서 첨부합니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ DB 데이터베이스 관련 🔨 Refactor 코드 개선 size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] Entity에 NOT NULL 제약조건 추가
2 participants