Flowdock
remove(*column_names) public

Removes the column(s) from the table definition.

t.remove(:qualification)
t.remove(:qualification, :experience)

See {connection.remove_columns}[rdoc-ref:SchemaStatements#remove_columns]

Show source
Register or log in to add new notes.