According to Rails code for references, you can do so, providing index a Hash with options, the one you need called :name, so:
t.references :my_field, index: { name: 'my_index_name' }
According to Rails code for references, you can do so, providing index a Hash with options, the one you need called :name, so:
t.references :my_field, index: { name: 'my_index_name' }