feature_code

-1 rows


Description

A list of FEATUREs that can be enabled or disabled on a per agency basis.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
feature_code varchar 10 null
feature_agency_xref.feature_code FK_featurecd R

A human readable code used to identify a FEATURE that is controlled by the FEATURE_AGENCY_XREF table.

short_description varchar 50 null

The short description of the FEATURE controlled by the flag.

long_description varchar 250 null

The long description of the FEATURE controlled by the flag.

display_order int4 10 null

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

active_ind bool 1 null

A boolean indicator to determine if the FEATURE is active.

create_user_id varchar 32 null

The id of the user that created the FEATURE.

create_utc_timestamp timestamp 29,6 null

The timestamp when the FEATURE 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 FEATURE

update_utc_timestamp timestamp 29,6 null

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

Indexes

Constraint Name Type Sort Column(s)
PK_featurecd Primary key Asc feature_code

Relationships