We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b24ba4 commit c83b75aCopy full SHA for c83b75a
src/main/java/tabby/common/bean/ref/MethodReference.java
@@ -48,6 +48,7 @@ public class MethodReference {
48
private String vul;
49
private transient int callCounter = 0;
50
private String type;
51
+ @Column(columnDefinition = "TEXT")
52
private String urlPath;
53
54
0 commit comments