method
remove_columns
remove_columns(table_name, *column_names)
public
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)
remove_columns(table_name, *column_names)
public
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)