Skip to content

Commit 88f704a

Browse files
fix
1 parent b3766dc commit 88f704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/src/main/java/tech/ydb/table/description/TableColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public Type getType() {
5353
}
5454

5555
public boolean hasDefaultValue() {
56-
return literalDefaultValue != null && sequenceDescription != null;
56+
return literalDefaultValue != null || sequenceDescription != null;
5757
}
5858

5959
@Nullable

0 commit comments

Comments
 (0)