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

Does it support multiple columns index  #108

@marshluca

Description

@marshluca

such as below:

def change
   add_column :contacts, :user_id, :integer
   add_column :contacts, :data, :hstore
   add_hstore_index :contacts, [:user_id, :data]
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions