Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
value_type_item_id | int4 | 10 |
|
|
Primary key (automatically incremented). |
|||||
value_type_id | int4 | 10 |
|
|
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 |