nullable method

ColumnDefinition nullable()

Set column as NULLABLE

Implementation

ColumnDefinition nullable() {
  _nullable = true;
  return this;
}