Merge branch 'nagisa77:main' into main

This commit is contained in:
netcaty
2025-08-14 17:54:08 +08:00
committed by GitHub
25 changed files with 354 additions and 202 deletions

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)