public function SchemaMigratorOptions::setRecreatePrimaryKey in Schema 8
Parameters
boolean $recreatePrimaryKey:
Return value
$this
File
- src/
Migration/ SchemaMigratorOptions.php, line 92 - Contains Drupal\schema\Migration\SchemaMigratorOptions.
Class
Namespace
Drupal\schema\MigrationCode
public function setRecreatePrimaryKey($recreatePrimaryKey) {
$this->recreatePrimaryKey = $recreatePrimaryKey;
return $this;
}