/**
  * Sets whether field should be signed.
  *
  * @param bool $signed
  *
  * @return $this
  */
 public function setSigned($signed)
 {
     $this->column->setSigned($signed);
     return $this;
 }