Column
Renames a column.
Command
Arguments
[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 email
Renames the incorrectly spelled
emali
column toemail
on theusers
table.
Last updated