/**
  * Sets the column comment.
  *
  * @param string $comment
  *
  * @return $this
  */
 public function setComment($comment)
 {
     $this->column->setComment($comment);
     return $this;
 }