fix @Lob
This commit is contained in:
@@ -37,17 +37,22 @@ public class JitsiRoom implements UserData {
|
||||
private Instant expires;
|
||||
@Lob
|
||||
@JsonIgnore
|
||||
@Column(length = 100000)
|
||||
private String token;
|
||||
@Lob
|
||||
@JsonIgnore
|
||||
@Column(length = 100000)
|
||||
private String moderationToken;
|
||||
@Lob
|
||||
@Column(length = 100000)
|
||||
private String url;
|
||||
@Lob
|
||||
@Column(length = 100000)
|
||||
private String moderationUrl;
|
||||
@Reference
|
||||
private String code;
|
||||
@Lob
|
||||
@Column(length = 100000)
|
||||
private String orgUrl;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user