unsigned method

ColumnDefinition unsigned()

Implementation

ColumnDefinition unsigned() {
  _unsigned = true;
  return this;
}