gir_complaint

-1 rows


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
gir_type_code.gir_type_code FK_gircmplnt_cmpltgircd R

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
complaint.complaint_identifier FK_gircmplnt_complaint R

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

Relationships