Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| feature_of_interest_type_num | serial | 10 | √ | nextval('feature_of_interest_type_feature_of_interest_type_num_seq'::regclass) |
|
|
||||
| feature_of_interest_type_name | varchar | 255 | null |
|
|
|||||
| feature_of_interest_type_description | varchar | 255 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| feature_of_interest_type_pkey | Primary key | Asc | feature_of_interest_type_num |
| uc_feature_of_interest_type_name_desc | Must be unique | Asc/Asc | feature_of_interest_type_name + feature_of_interest_type_description |

