getTable()) ? 'Creation of a new table' : 'Creation of new table \'' . $this->getTable() . '\''; $definition .= empty($this->getColumns()) ? '' : ' with columns ' . implode(', ', $this->getColumns()); return $definition; } }