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] 엔티티 컬럼 수정 및 message 저장시 receiver 저장 #33

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

khee2
Copy link
Member

@khee2 khee2 commented Jun 13, 2024

PULL REQUEST

🔑 주요 변경사항

  • message 테이블에 receiver 컬럼 미사용으로 인해 제거
  • file의 id 이름을 files_id에서 file_id로 변경
  • column과 필드명이 일치한 경우 컬럼 표시 제거
    예를 들어, @ Column(name = "file_type")
    private FileType fileType;
  • updated_at 컬럼 null 허용 및 updated 필드명의 컬럼명을 updated_at으로 지정
  • region의 city, country, district 컬럼의 길이를 50으로 지정

🏞 스크린샷

  • 최종 ERD 다이어그램
    스크린샷 2024-06-13 190221

💬리뷰 요구사항

  • 엔티티 컬럼 변경한 부분 한번 검토 부탁드립니다.

@khee2 khee2 requested a review from Yeon-chae June 13, 2024 09:26
@khee2 khee2 self-assigned this Jun 13, 2024
@khee2 khee2 added Refactor refactoring code 💫 경희 💫 labels Jun 13, 2024
@Yeon-chae Yeon-chae merged commit 42e1b63 into main Jun 13, 2024
1 check passed
khee2 pushed a commit that referenced this pull request Nov 19, 2024
[refactor] 엔티티 컬럼 수정 및 message 저장시 receiver 저장
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.

2 participants