unsigned method

FieldBlueprint unsigned()

Implementation

FieldBlueprint unsigned() {
  isUnsigned = true;
  return this;
}