Index
Renames an index.
Command
Arguments
[TABLE]
- The name of the table.[OLD]
- The name of the index to change.[NEW]
- The new name of the index.
Examples
$ eucalypt m rename index games index_on_openig index_on_opening
Renames the incorrectly spelled
index_on_openig
index toindex_on_opening
on thegames
table.
Last updated