I\'m modeling many-to-many relationship where the relationship is accessed most of the time from one side only. It\'s more like a hierarchy, that is accessed top-down and no
Use the junction table approach. The array method is non-standard enough that you have to ask questions about how much it would work, whereas the other is completely standard.