Is there a way to create relationships without a relation table? For instance relationship between two tables tweet and tweet_metrics. Must I create a 'has' table that has foreign keys to both tweet and tweet_metrics or is there another way of making the relationship without making a 'has' table?