tbl_value_type_items

0 rows


Description

Defines individual category values if value type is categorical

Columns

Column Type Size Nulls Auto Children Parents Comments
value_type_item_id int4 10
tbl_analysis_categorical_values.value_type_item_id tbl_analysis_categorical_values_value_type_item_id_fkey R

Primary key (automatically incremented).

value_type_id int4 10
tbl_value_types.value_type_id tbl_value_type_items_value_type_id_fkey R

Links to the associated value type item belongs to.

name varchar(80) 80

The name of the category value.

description text 2147483647

Additional details about the category value.

Indexes

Constraint Name Type Sort Column(s)
tbl_value_type_items_pkey Primary key Asc value_type_item_id

Relationships