Column
Removes a column from a table.
Command
Arguments
[TABLE]
- The name of the table.[NAME]
- The name of the column.
Examples
$ eucalypt m drop column users email
Drops the
email
column from theusers
table.
Last updated