method

remove_column

remove_column(table_name, column_name)
public

Removes the column from the table definition.

Examples
 remove_column(:suppliers, :qualification)