Skip to content

Commit

Permalink
fix sql save error when contains many columns
Browse files Browse the repository at this point in the history
  • Loading branch information
TingSty committed Aug 28, 2023
1 parent 285f1bc commit 86da510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Data {
List<Long> dimension;

@Type(type = "json")
@Column(name = "columns")
@Column(name = "columns", length = 10000)
List<com.baidu.highflip.core.entity.runtime.basic.Column> columns = new LinkedList<>();

@Column(name = "binding_id")
Expand Down

0 comments on commit 86da510

Please sign in to comment.