1

I have a project that plans to store an away team and a home team. I'm wondering if it is better to store the teams in a single array column like this:

{Harvard,Colorado}

Or create away_team and home_team columns. What are the pros and cons of each method?

It's likely that teams would need to be queried by array position on occasion (whether they are the home or away team in the array).

user465175
  • 111
  • 2

0 Answers0