getType()) ? '' : ' to ' . $this->getType()->value; return empty($this->getName()) ? 'Modification of a column from table \'' . $this->getTable() . '\'' . $type : 'Modification of column \'' . $this->getName() . '\' from table \'' . $this->getTable() . '\'' . $type; } }