Flowdock
method

change_default

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:

change_default(column_name, default_or_changes) public

Sets a new default value for a column.

t.change_default(:qualification, 'new')
t.change_default(:authorized, 1)
t.change_default(:status, from: nil, to: "draft")

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

Show source
Register or log in to add new notes.