Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Does it support multiple columns index #108

Open
marshluca opened this issue Jul 24, 2013 · 0 comments
Open

Does it support multiple columns index #108

marshluca opened this issue Jul 24, 2013 · 0 comments

Comments

@marshluca
Copy link

such as below:

def change
   add_column :contacts, :user_id, :integer
   add_column :contacts, :data, :hstore
   add_hstore_index :contacts, [:user_id, :data]
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant