I need to add a double index to the N to N ratio of the courses_internships
table. it would look something like this: add_index[:course_id, :internship_id]
.
However, when I created the link table, the index was separated by the columns, not the index being both. How can I reverse this situation?
And ah, I use the has_and_belongs_to_many
method