Flowdock
method

rename_table

Importance_1
v3.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::MysqlAdapter
rename_table(table_name, new_name) public

Renames a table.

Example:

rename_table('octopuses', 'octopi')
Show source
Register or log in to add new notes.