unsigned method
Set column as UNSIGNED (for numeric types)
Implementation
ColumnDefinition unsigned() {
  _unsigned = true;
  return this;
}Set column as UNSIGNED (for numeric types)
ColumnDefinition unsigned() {
  _unsigned = true;
  return this;
}