Table
Renames a table.
Command
$ eucalypt migration rename table
# Alias/shortened
$ eucalypt m rename table
$ eucalypt m rename t
$ eucalypt m r tArguments
[OLD]- The name of the table to change.[NEW]- The new name of the table.
Examples
$ eucalypt m rename table usesr usersRenames the incorrectly spelled
usesrtable tousers.
Last updated