I am trying to build and events module with image gallery.
Each event can have multiple images.. so the best way to do this is another table which has image file details and the event details.
I need to now join both of them so they appear on list, add page etc.
How do I achieve this so images for only related event appear for that event?