AFLS Web User Registration Table
Data model
Fields
| Field | Type | Description |
|---|---|---|
| user_id* | INT | Web user identifier. |
| web_imported_from | NVARCHAR (200) | Name of the system from which the web user was imported. |
| web_is_imported* | BIT | Field to identify if the current web user is imported from another system e.g. ASDK or ASMS |
Primary Key
| PK_AFLS_USERS_WEB |
|---|
| user_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| user_id* | dbo.AFW_USERS | user_id | FK01_AFLS_USERS_WEB |