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: 공연 도메인 ddl 컬럼 수정 및 외래키 설정 수정 #243

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

park0jae
Copy link
Member

구현 기능

  • 공연 도메인 ddl 컬럼 수정 및 외래키 설정 수정
  • TIMESTAMP -> DATETIME
  • INT -> INT UNSIGNED
  • 외래키 설정 제거 (공연장 좌석은 별도로 필요하여 추가)

resolve: #241

@park0jae park0jae added refactor 리팩터링 event 공연 labels Jan 12, 2024
@KarmaPol KarmaPol merged commit 1789f2c into main Jan 12, 2024
1 check passed
@park0jae park0jae deleted the event/241 branch January 22, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event 공연 refactor 리팩터링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: 공연 도메인 ddl 외래키 & DateTime 컬럼 수정
2 participants