Re: Model Design, Nesting by Year

2014-04-29 Thread Venkatraman S
Why not have separate models for Event and Season and then use an intermediate table to capture the M2M between event occurrences and Person. On Thu, Apr 24, 2014 at 12:43 AM, Christopher Grande wrote: > I'm in the process of designing an internal system and I'm having trouble > designing the mo

Model Design, Nesting by Year

2014-04-23 Thread Christopher Grande
I'm in the process of designing an internal system and I'm having trouble designing the model so that it will function as I need it. The basic idea is that everything is "Season" based, where a season is a year (2014, 2015, etc) >From the there we have Events and the the Seasons they are functi