Lets say I have an article table article table: – id – title – body – etc an article can have image, video , audio, documents media types .. whats the best way to handle these different types? I was thinking of creating something like this: articles_images table: – id – article_id – name –Read more