I think this is a simple question, but couldn't figure out my exact answer.
I have an Event
listing that has: People, Food, Costs, To-Do, etc.
all as different information items. Instead of having to check each corresponding table if a related data item exists, I want to be able to count or grab all the Items
that belong to a given Event
.
Is this most easily done with HMT? At first I thought STI, but wasn't sure if that made sense because they share very little data in common (besides timestamps and a creator).