Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
hwcr_complaint_guid | uuid | 2147483647 | uuid_generate_v4() |
|
|
System generated unique key for a hwcr complaint. This key should never be exposed to users via any system utilizing the tables. |
|||||
other_attractants_text | varchar | 4000 | √ | null |
|
|
Provides a more detailed description when the attractant of type “OTHER” is included. |
||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the HWCR complaint. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the HWCR 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 HWCR complaint. |
|||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the HWCR 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. |
|||||
species_code | varchar | 10 | null |
|
|
A human readable code used to identify a wildlife species. |
|||||
hwcr_complaint_nature_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify the nature of the Human Wildlife Conflict. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_hwcrcmplnt | Primary key | Asc | hwcr_complaint_guid |
UQ_hwcrcmplnt | Must be unique | Asc | complaint_identifier |