diff --git a/algofi-core/src/main/java/gooroommoon/algofi_core/gameresult/Gameresult.java b/algofi-core/src/main/java/gooroommoon/algofi_core/gameresult/Gameresult.java index 7636a40..cd8b47f 100644 --- a/algofi-core/src/main/java/gooroommoon/algofi_core/gameresult/Gameresult.java +++ b/algofi-core/src/main/java/gooroommoon/algofi_core/gameresult/Gameresult.java @@ -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)