protected SqlContentEntityStorageSchema::addUniqueKey($table, $name, array $specifier)
Creates a unique key, dropping it if already existing.
Parameters
string $table: The table name.
string $name: The index name.
array $specifier: The unique fields.
See also
\Drupal\Core\Database\Schema::addUniqueKey()
File
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 2016
Class
SqlContentEntityStorageSchema Defines a schema handler that supports revisionable, translatable ent