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

[feat] database 초기 엔티티 구성 및 개발 #7

Merged
merged 9 commits into from
Jul 4, 2024
Merged

Conversation

Parkjyun
Copy link
Contributor

@Parkjyun Parkjyun commented Jul 2, 2024

Related Issue 📌

close #4

Description ✔️

hankki

To Reviewers

  • user 테이블과 user_info 테이블 간의 외래키 위치 문제에 대한 고민이 있습니다. 현재는 user_info의 정보에 접근하는 일이 빈번할 것 같아, user에서 user_info를 참조할 수 있게 usertable에 외래키를 두었습니다. 외래키 위치에 대한 의견 받습니당

@Parkjyun Parkjyun added the db label Jul 2, 2024
@Parkjyun Parkjyun self-assigned this Jul 2, 2024
Copy link
Contributor

@PicturePark1101 PicturePark1101 left a comment

Choose a reason for hiding this comment

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

고생하셨습다! 지금까지 무지성으로 모든 엔티티에 extends BaseTimeEntity 해줬었는데 꼭 필요한 곳만 extends 해주는거 배우고갑니다 👍 👍

@Parkjyun Parkjyun merged commit e57fcb1 into develop Jul 4, 2024
1 check passed
@kgy1008 kgy1008 deleted the feat/4 branch December 2, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] database 초기 엔티티 구성 및 엔티티 개발
2 participants