fix: fix reward db error

This commit is contained in:
Tim
2025-08-14 15:19:21 +08:00
parent ada6bfb5cf
commit da1ad73cf6

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)