Skip to content

Conversation

@DHkimgit
Copy link
Collaborator

🔍 개요

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: wrong column type encountered in column [found_at] in table [koin.lost_item_articles]; found [timestamp (Types#TIMESTAMP)], but expecting [varchar(255) (Types#VARCHAR)]

🚀 주요 변경 내용

  • LostItemArticle foundAt 필드에 columnDefinition="TIMESTAMP" 추가

💬 참고 사항

  • Hibernate가 TIMESTAMP 타입 추론을 제대로 못하는 것 같네요.

✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@DHkimgit DHkimgit self-assigned this Dec 24, 2025
@DHkimgit DHkimgit added 버그 정상적으로 동작하지 않는 문제상황입니다. Team Campus 캠퍼스 팀에서 작업할 이슈입니다 labels Dec 24, 2025
Copy link
Contributor

@dh2906 dh2906 left a comment

Choose a reason for hiding this comment

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

고생하셨습니닷

@github-actions
Copy link

Unit Test Results

672 tests   671 ✔️  1m 16s ⏱️
165 suites      1 💤
165 files        0

Results for commit c893e08.

@DHkimgit DHkimgit merged commit 086ea23 into develop Dec 24, 2025
11 checks passed
@DHkimgit DHkimgit deleted the fix/2114-lost-item-article-found-at-column-definition branch December 24, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team Campus 캠퍼스 팀에서 작업할 이슈입니다 버그 정상적으로 동작하지 않는 문제상황입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[캠퍼스] LostItemArticle foundAt columnDefinition 추가

6 participants