fix @Lob
This commit is contained in:
@@ -25,6 +25,7 @@ public class ParteyUserReport {
|
||||
private Long reporter;
|
||||
private Long user;
|
||||
@Lob
|
||||
@Column(length = 100000)
|
||||
private String comment;
|
||||
private String world;
|
||||
private Instant created;
|
||||
|
||||
@@ -43,8 +43,8 @@ public class Timeslot implements UserData {
|
||||
private Visibility visibility;
|
||||
@Column(name = "title", nullable = true)
|
||||
private String title;
|
||||
@Column(name = "description", nullable = true)
|
||||
@Lob
|
||||
@Column(name = "description", nullable = true, length = 100000)
|
||||
private String description;
|
||||
@Column(name = "share", nullable = true)
|
||||
private String share;
|
||||
|
||||
Reference in New Issue
Block a user