Flowdock
method

remove

Importance_1

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

These similar methods exist in v6.1.7.7:

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.