Hi there, I’m creating a website for music distribution where user creates releases and upload audio tracks and submit. I have created two databases, one for “releases” which includes album art, title, upc, release date. And one for “tracks” which includes includes file upload for the track, track title, ISRC. How can I make it so when the the user create a release and upload audio tracks with their info(isrc, title) it links to the release title and UPC?
Thanks