Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
feature_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
feature_type_name | varchar(128) | 128 | √ |
|
|
The name of the feature type, providing a concise label for identification. |
||||
feature_type_description | text | 2147483647 | √ |
|
|
A detailed description of the feature type, explaining its characteristics and significance. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_feature_types_pkey | Primary key | Asc | feature_type_id |