I have a page listing shows that a band has played, along with all the other bands that played at that show. So far, I've been hand-coding the page, but I plan to move everything over to a table so it's sortable by band/easier to maintain.
As of now, the plan is to have one 'Artists' field, where a typical entry would be ex. 'Britney Spears, Aerosmith, Nicki Minaj.' But I'm wondering if there's a smarter way to do this. Something along the lines of each artist being in its own field? (Keeping in mind that some shows have three bands and some have 100, so actually creating 100 fields isn't feasible.) Or is the current plan sufficient?
Pretty new to this side, so just looking for general opinions/a point in the right direction. Thanks!