We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5490d9 commit b375e00Copy full SHA for b375e00
src/main/java/com/example/finance7/member/entity/SearchHistory.java
@@ -34,8 +34,4 @@ public class SearchHistory {
34
@CreatedDate
35
@Column(name = "REGISTER_DATE", columnDefinition = "DATETIME", nullable = false)
36
private LocalDateTime registerDate;
37
-
38
- @ManyToOne(fetch = FetchType.LAZY)
39
- @JoinColumn(name = "PRODUCT_ID", referencedColumnName = "PRODUCT_ID")
40
- private Product product;
41
}
0 commit comments