Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wildlife_guid | uuid | 2147483647 | case_management.uuid_generate_v4() |
|
|
System generated unique key for an animal. This key should never be exposed to users via any system utilizing the tables. |
|||||||||||
case_file_guid | uuid | 2147483647 | null |
|
|
System generated unique key for a case. This key should never be exposed to users via any system utilizing the tables. |
|||||||||||
threat_level_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify a threat level type. |
||||||||||
sex_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify a sex type. |
||||||||||
age_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify an age type. |
||||||||||
hwcr_outcome_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify an HWCR outcome type. |
||||||||||
species_code | varchar | 10 | null |
|
|
A human readable code used to identify a species. The COS Complaint Management is the authorative source for the screen labels and descriptions of the codes. |
|||||||||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the wildlife record. |
|||||||||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the wildlife record 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 wildlife record. |
|||||||||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the wildlife record was updated. The timestamp is stored in UTC with no Offset. |
|||||||||||
active_ind | bool | 1 | √ | null |
|
|
A boolean indicator to determine if the wildlife record is active. |
||||||||||
identifying_features | varchar | 4000 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_wildlife_guid | Primary key | Asc | wildlife_guid |