Skip to content

Commit

Permalink
[Fix] dong_area 형변환 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
choeun7 authored Feb 18, 2024
1 parent 84de22f commit bfe6d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ttubeog/domain/store/domain/Store.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Store extends BaseEntity {
@Enumerated(EnumType.STRING)
private StoreType type;

@Column(name = "dong_area_id")
@Column(name = "dong_area")
private String dongArea;

@ManyToOne(fetch = FetchType.LAZY)
Expand Down

0 comments on commit bfe6d2e

Please sign in to comment.