protected DbDumpCommand::getTableIndexes(Connection $connection, $table, &$definition)
Adds primary key, unique keys, and index information to the schema.
Parameters
\Drupal\Core\Database\Connection $connection: The database connection to use.
string $table: The table to find indexes for.
array &$definition: The schema definition to modify.
File
core/lib/Drupal/Core/Command/DbDumpCommand.php, line 221
Class
DbDumpCommand Provides a command to dump the current database to a script.