drop_index
Remove an index from a specified table in a MySQL or MariaDB database.
Instructions
Drop an index from a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | Database/schema name; defaults to connection default_database | |
| confirmed | No | Must be true for destructive operations when confirmation is required | |
| connection | No | Named connection from config; defaults to default_connection | |
| index_name | Yes |