Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| user_id | int8 | 19 | null |
|
|
Automatically generated key used to identify the uniqueness of a User within the FAM Application |
|||||
| role_id | int8 | 19 | null |
|
|
Automatically generated key used to identify the uniqueness of a Role within the FAM Application |
|||||
| create_user | varchar | 100 | null |
|
|
The user or proxy account that created the record. |
|||||
| create_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the record was created. |
|||||
| update_user | varchar | 100 | √ | null |
|
|
The user or proxy account that created or last updated the record. |
||||
| update_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the record was created or last updated. |
|||||
| user_role_xref_id | int8 | 19 | √ | null |
|
|
Automatically generated key used to identify the uniqueness of a FamUserRoleXref within the FAM Application |
||||
| expiry_date | timestamptz | 35,6 | √ | null |
|
|
The date (in BC timezone) until which the user role assignment is valid. The assignment expires at midnight (00:00:00) following this date. NULL means no expiry. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fam_usr_rle_pk | Primary key | Asc | user_role_xref_id |
| fam_usr_rle_usr_id_rle_id_uk | Must be unique | Asc/Asc | user_id + role_id |
| Ref1212 | Performance | Asc | role_id |
| Ref310 | Performance | Asc | user_id |

