Function DatabaseConnector->delete_index_if_exists
Definitions
sources/database.php
- Delete an index from a table.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table_name | ID_TEXT | required parameter | N/A | N/A | The table name |
$index_name | ID_TEXT | required parameter | N/A | N/A | The index name |