method

rename

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActiveRecord::ConnectionAdapters::Table

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 v7.1.3.2:

rename(column_name, new_column_name) public

Renames a column.

t.rename(:description, :name)

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

Show source
Register or log in to add new notes.