Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
horizon_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
description | text | 2147483647 | √ |
|
|
Detailed description of the soil horizon. |
||||
horizon_name | varchar(15) | 15 |
|
|
Name or designation of the soil horizon. |
|||||
method_id | int4 | 10 |
|
|
Specifies the method used to identify or classify the horizon. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_horizons_pkey | Primary key | Asc | horizon_id |