case_code

-1 rows


Description

Contains the list of case types supported by the system. For example HWCR = “Human Wildlife Conflict”

Columns

Column Type Size Nulls Auto Default Children Parents Comments
case_code varchar 10 null
case_file.case_code FK_case_file__case_code R

A human readable code used to identify a case type.

short_description varchar 50 null

The short description of a case type.

long_description varchar 250 null

The long description of a case type.

active_ind bool 1 null

A boolean indicator to determine if the case type is active.

create_user_id varchar 32 null

The id of the user that created the case type.

create_utc_timestamp timestamp 29,6 null

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

update_utc_timestamp timestamp 29,6 null

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

Indexes

Constraint Name Type Sort Column(s)
PK_case_code Primary key Asc case_code

Relationships