method
remove_column
v2.1.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaStatements
remove_column(table_name, *column_names)public
Removes the column(s) from the table definition.
Examples
remove_column(:suppliers, :qualification) remove_columns(:suppliers, :qualification, :experience)