I'm doing a ticket system for reports that users do. Until the insertion of data everything is correct. The thing is, I've made two different tables, one called remedy where the ticket data is stored and another one where you have your information. My question is, how do I link that ticket to the user? In the remedy table, do I put UserID as a relation? and if so, how would the select for that user to see the ticket he has opened?