conflict_history_code

-1 rows


Description

A classification on the frequence that the target wildlife has previously had a history of human conflict. For example L = “Low”

Columns

Column Type Size Nulls Auto Default Children Parents Comments
conflict_history_code varchar 10 null
case_file.case_conflict_history_code fk_case_file__case_conflict_history_code R

A human readable code used to identify a conflict history type.

short_description varchar 50 null

The short description of a conflict history type.

long_description varchar 250 null

The long description of a conflict history type.

display_order int4 10 null

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

active_ind bool 1 null

A boolean indicator to determine if a conflict history type is active.

create_user_id varchar 32 null

The id of the user that created the conflict history type.

create_utc_timestamp timestamp 29,6 null

The timestamp when the conflict history 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 conflict history type.

update_utc_timestamp timestamp 29,6 null

The timestamp when the conflict history type was updated. The timestamp is stored in UTC with no Offset.

Indexes

Constraint Name Type Sort Column(s)
PK_cnfthistcd Primary key Asc conflict_history_code

Relationships