I have the following migration
class LinkDoctorsAndSpecializations < ActiveRecord::Migration def up add_reference :doctors, :doctor_specialization, poly
This would actually work:
add_index :table, :column, name: 'index name'
Take a look for more examples.