We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1d3f3 commit 2af2c97Copy full SHA for 2af2c97
src/main/java/com/code/advancedsql/query/column/Boolean.java
@@ -4,7 +4,7 @@
4
5
public class Boolean extends Column {
6
7
- protected java.lang.Boolean defaultValue;
+ protected java.lang.String defaultValue;
8
9
public Boolean(IAction<IColumn> action, java.lang.String name) {
10
super(action, name, false);
0 commit comments