newColumns = $newColumns; } /** * Return the new columns for the primary key * * @return string|string[]|null */ public function getNewColumns() { return $this->newColumns; } }