Flowdock
method

rename

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveRecord::ConnectionAdapters::Table
rename(column_name, new_column_name) public

Renames a column.

Example
t.rename(:description, :name)
Show source
Register or log in to add new notes.