I have the following tables:
In the customer interests table, I need to insert the user id and client id as foreign keys, the user id I'm going to get from a session.
I need to know if, when creating the relationship with the respective indexes, the client id is dynamically inserted into the customer interests table as a foreign key?