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