Index
Renames an index.
Command
$ eucalypt migration rename index
# Alias/shortened
$ eucalypt m rename index
$ eucalypt m rename i
$ eucalypt m r iArguments
[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_openingRenames the incorrectly spelled
index_on_openigindex toindex_on_openingon thegamestable.
Last updated