Исправление ошибки с неверным типом данных в базе
This commit is contained in:
@@ -41,7 +41,7 @@ public class User extends CreateUpdateEntity {
|
||||
private String publicKey;
|
||||
|
||||
@Convert(converter = StringListConverter.class)
|
||||
@Column(name = "notificationsTokens", nullable = false)
|
||||
@Column(name = "notificationsTokens", nullable = false, columnDefinition = "TEXT")
|
||||
private List<String> notificationsTokens = new ArrayList<>();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user