Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
gir_complaint_guid | uuid | 2147483647 | uuid_generate_v4() |
|
|
System generated unique key for a gir complaint. This key should never be exposed to users via any system utilizing the tables. |
|||||
gir_type_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify a type of GIR complaint. |
||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the GIR complaint. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the GIR complaint 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 GIR complaint. |
|||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the GIR complaint was updated. The timestamp is stored in UTC with no Offset. |
|||||
complaint_identifier | varchar | 20 | null |
|
|
Natural key for a complaint generated by webEOC. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_gircmplnt | Primary key | Asc | gir_complaint_guid |
UQ_gircmplnt | Must be unique | Asc | complaint_identifier |