Skip to content

Commit 2af2c97

Browse files
committed
fix: boolean default on string
1 parent 8b1d3f3 commit 2af2c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/code/advancedsql/query/column/Boolean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class Boolean extends Column {
66

7-
protected java.lang.Boolean defaultValue;
7+
protected java.lang.String defaultValue;
88

99
public Boolean(IAction<IColumn> action, java.lang.String name) {
1010
super(action, name, false);

0 commit comments

Comments
 (0)