Return a new data type like this, with a new nullability. This is the same as calling #nullability(Nullability) with any of Nullability#NULL or Nullability#NOT_NULL as an argument. [#5709] A nullable column cannot have an #identity(). @param null
(boolean nullable)
| 564 | * @return The new data type |
| 565 | */ |
| 566 | @NotNull |
| 567 | @Support |
| 568 | DataType<T> nullable(boolean nullable); |
| 569 |