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?
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?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs