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 |
||||||||||||||||||||||
user_guid | varchar | 32 | √ | null |
|
|
|||||||||||||||||||||||
cognito_user_id | varchar | 100 | √ | null |
|
|
|||||||||||||||||||||||
user_name | varchar | 100 | null |
|
|
||||||||||||||||||||||||
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_type_code | varchar | 2 | null |
|
|
Identifies which type of the user it belongs to; IDIR, BCeID etc. |
|||||||||||||||||||||||
business_guid | varchar | 32 | √ | null |
|
|
The business guid of the user if is a business bceid user. |
||||||||||||||||||||||
first_name | varchar | 50 | √ | null |
|
|
The first name of the user |
||||||||||||||||||||||
last_name | varchar | 50 | √ | null |
|
|
The last name of the user. |
||||||||||||||||||||||
varchar | 250 | √ | null |
|
|
The email of the user. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fam_usr_pk | Primary key | Asc | user_id |
fam_usr_uk | Must be unique | Asc/Asc | user_type_code + user_guid |