Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
feature_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
feature_type_id | int4 | 10 |
|
|
Specifies the type of feature. |
|||||
feature_name | varchar | 2147483647 | √ |
|
|
The established reference name or number for the feature, such as ‘well 47’, ‘anl.3’, or ‘c107’. Note: A sample may derive from multiple features (e.g., ‘c107’ within ‘well 47’), but each feature should be recorded separately. |
||||
feature_description | text | 2147483647 | √ |
|
|
A detailed description of the feature, which may include field and lab notes or interpretative information helpful for analyzing the sample data. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_features_pkey | Primary key | Asc | feature_id |
idx_features_feature_type_id | Performance | Asc | feature_type_id |