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