Footprints Data Model |
Table |
Name | app_user_prof_link |
Comment | The link between the application user and the user profile. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
app_user_prof_link_id | bigint | The automatically generated primary key of the app_user_prof_link table. | Yes | No |
user_prof_id | bigint | A Foreign Key to the User Profile table. | No | Yes |
app_user_id | bigint | A Foreign Key to the Application User table. | No | Yes |