method
remove_columns
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaStatements
remove_columns(table_name, *column_names)public
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)