Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
lead_identifier | varchar | 20 | null |
|
|
Natural key for a complaint generated by an external system. |
|||||
case_identifier | uuid | 2147483647 | null |
|
|
System generated unique key for a case. This key should never be exposed to users via any system utilizing the tables. |
|||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the complaint/case relationship. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the complaint/case relationship was created. The timestamp is stored in UTC with no Offset. |
|||||
update_user_id | varchar | 32 | √ | null |
|
|
The id of the user that updated the complaint/case relationship. |
||||
update_utc_timestamp | timestamp | 29,6 | √ | null |
|
|
The timestamp when the complaint/case relationship was updated. The timestamp is stored in UTC with no Offset. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_lead_identifier | Primary key | Asc | lead_identifier |