fix @Lob
This commit is contained in:
@@ -24,7 +24,7 @@ public class MinetestAccount implements UserData {
|
||||
@Column(name = "owner")
|
||||
private Long owner;
|
||||
@Lob
|
||||
@Column(name = "skin")
|
||||
@Column(name = "skin", length = 100000)
|
||||
private String skin;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user