Table
Renames a table.
Command
Arguments
[OLD]
- The name of the table to change.[NEW]
- The new name of the table.
Examples
$ eucalypt m rename table usesr users
Renames the incorrectly spelled
usesr
table tousers
.
Last updated