/**
  * Gets whether field should be signed.
  *
  * @return string
  */
 public function getSigned()
 {
     return $this->column->getSigned();
 }