Footprints Data Model |
Table |
Table Name | Application User Profile Link |
Table Definition | The link between the application user and the user profile. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Application User Profile Link Id | The automatically generated primary key of the app_user_prof_link table. | LONG | Yes |
User Profile Id | A Foreign Key to the User Profile table. | LONG | Yes |
Application User Id | A Foreign Key to the Application User table. | LONG | Yes |