method
remove_columns

Ruby on Rails latest stable (v5.2.3)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::SchemaStatements
remove_columns(table_name, *column_names)
public
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)