Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| user_terms_conditions_id | int8 | 19 | √ | null |
|
|
Automatically generated key used to identify the uniqueness of a terms and conditions acceptance record. |
||||
| user_id | int8 | 19 | null |
|
|
Unique ID to reference and identify the user within FAM system. |
|||||
| version | varchar | 30 | null |
|
|
Number to identity the version of the terms and conditions the user accepted. |
|||||
| 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. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fam_user_terms_conditions_pk | Primary key | Asc | user_terms_conditions_id |
| fam_tc_user_version_uk | Must be unique | Asc/Asc | user_id + version |
| ix_app_fam_fam_user_terms_conditions_user_id | Performance | Asc | user_id |

