Column
Renames a column.
Command
$ eucalypt migration rename column
# Alias/shortened
$ eucalypt m rename column
$ eucalypt m rename c
$ eucalypt m r cArguments
[TABLE]- The name of the table.[OLD]- The name of the column to change.[NEW]- The new name of the column.
Examples
$ eucalypt m rename column users emali emailRenames the incorrectly spelled
emalicolumn toemailon theuserstable.
Last updated