Skip to content

Commit c83b75a

Browse files
committed
fix bug
1 parent 6b24ba4 commit c83b75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/tabby/common/bean/ref/MethodReference.java

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class MethodReference {
4848
private String vul;
4949
private transient int callCounter = 0;
5050
private String type;
51+
@Column(columnDefinition = "TEXT")
5152
private String urlPath;
5253

5354

0 commit comments

Comments
 (0)