onlyIfNoPrimaryKey = $onlyIfNoPrimaryKey; } /** * @return bool */ public function getOnlyIfNoPrimaryKey() { return $this->onlyIfNoPrimaryKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConvertRowIdToColumn::class, 'Google_Service_DatabaseMigrationService_ConvertRowIdToColumn');