I have a table "account" that stores my users accounts.
Each user may add one or multiple paypals, bank account, credit card, and so on. Let's name the tables "paypalAccount", "bankAccount", "creditcards"
The tricky point is that I need to store their ID's in a column (linkID) of a table (in this case the table "deposits").
What is the best way to link theses tables?