method

remove

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ColumnMethods::Table
remove(*column_names, **options)
public

Removes the column(s) from the table definition.

t.remove(:qualification)
t.remove(:qualification, :experience)

See {connection.remove_columns}[rdoc-ref:SchemaStatements#remove_columns]