Skip to content

Commit

Permalink
Update Gameresult.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sshinylee authored Jun 24, 2024
1 parent b8cb872 commit ebf8b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Gameresult {
private LocalDateTime created_date;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "algorithm_problem_id", nullable = false)
@JoinColumn(name = "algorithmproblem_id", nullable = false)
private Algorithmproblem algorithmproblemId;

@ManyToOne(fetch = FetchType.LAZY)
Expand Down

0 comments on commit ebf8b82

Please sign in to comment.