Compare commits

...

1 Commits

Author SHA1 Message Date
Tim
da1ad73cf6 fix: fix reward db error 2025-08-14 15:19:21 +08:00

View File

@@ -22,7 +22,7 @@ public class Notification {
private Long id;
@Enumerated(EnumType.STRING)
@Column(nullable = false)
@Column(nullable = false, length = 50)
private NotificationType type;
@ManyToOne(fetch = FetchType.LAZY, optional = false)