Skip to content

Commit

Permalink
HIstory Data Class 오타 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
T-ferret authored Sep 28, 2024
1 parent 9a039b5 commit 25657f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class History extends BaseEntity {
private String statusLabel;

@CreatedDate
private LocalDateTime createAt;
private LocalDateTime createdAt;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "user_id") // user_id로 User와 연결
Expand Down

0 comments on commit 25657f8

Please sign in to comment.