rename_index(index_name, new_index_name)
Instance Public methods
Renames the given index on the table.
1 | t.rename_index( :user_id , :account_id ) |
Renames the given index on the table.
1 | t.rename_index( :user_id , :account_id ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.