fix @Lob
This commit is contained in:
@@ -32,7 +32,7 @@ public class UserProfileField implements UserData {
|
||||
@Column(name = "value", nullable = true)
|
||||
private String value;
|
||||
@Lob
|
||||
@Column(name = "blob_value", nullable = true)
|
||||
@Column(name = "blob_value", nullable = true, length = 100000)
|
||||
private String blob;
|
||||
@Column(name = "type", nullable = false)
|
||||
private ProfileFieldType type;
|
||||
|
||||
Reference in New Issue
Block a user