Flowdock
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)
Show source
Register or log in to add new notes.