[#6473] Add DataType.nullable(Nullability) to support a three valued nullable flag
This commit is contained in:
parent
2a2774d7d3
commit
3cf9dbcb40
@ -68,7 +68,7 @@ final class ConvertedDataType<T, U> extends DefaultDataType<U> {
|
||||
delegate.precision(),
|
||||
delegate.scale(),
|
||||
delegate.length(),
|
||||
delegate.nullable(),
|
||||
delegate.nullability(),
|
||||
(Field<U>) delegate.defaultValue()
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user