Different DB index types in migrations?

Is there any way to specify a specific index type in a migration? Eg.
Hash, Tree, Heap, etc?

Like

add_index :user, :name, :type => :tree

If not, what type does the migration use?