I'm creating a comics website with an admin GUI.
I'd have a table of 'images' that can belong to items in another table called 'comics'
Each comic of course contains many images.
How do I make it so there is a data field in comics that points to several images?
I know that I can have each image point to a single comic, but then what if a single image was a part of more than one comic?