This commit is contained in:
@@ -35,6 +35,7 @@ public class Notification {
|
||||
@Column(name = "message")
|
||||
private String message;
|
||||
|
||||
@Enumerated(EnumType.STRING)
|
||||
@Column(name = "notification_type")
|
||||
private NotificationType notificationType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user