threat_level_code

-1 rows


Description

A COS determination that indicates the threat level of the animal to humans. For example 1 = “Category 1”

Columns

Column Type Size Nulls Auto Default Children Parents Comments
threat_level_code varchar 10 null
case_file.case_threat_level_code fk_case_file__case_threat_level_code R
wildlife.threat_level_code fk_wildlife__threat_level_code R

A human readable code used to identify a threat level type.

short_description varchar 50 null

The short description of a threat level type.

long_description varchar 250 null

The long description of a threat level type.

display_order int4 10 null

The order in which the values of the threat level type should be displayed when presented to a user in a list.

active_ind bool 1 null

A boolean indicator to determine if a threat level type is active.

create_user_id varchar 32 null

The id of the user that created the threat level type.

create_utc_timestamp timestamp 29,6 null

The timestamp when the threat level type 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 threat level type.

update_utc_timestamp timestamp 29,6 null

The timestamp when the threat level type was updated. The timestamp is stored in UTC with no Offset.

Indexes

Constraint Name Type Sort Column(s)
PK_thrtlvlcd Primary key Asc threat_level_code

Relationships