update_index
Modify an existing database index by changing its name, uniqueness, comment, or column list, with a dry-run option to preview changes before applying.
Instructions
Update an index: name, unique flag, comment, or replace its columns. Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| unique | No | ||
| columns | No | ||
| comment | No | ||
| dry_run | No | ||
| model_id | Yes | ||
| index_ref | Yes | ||
| table_ref | Yes |