remove_columns(table_name, *column_names)
Instance Public methods
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)
Removes the given columns from the table definition.
remove_columns(:suppliers, :qualification, :experience)
Please login to continue.