Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
areacell_id | int4 | 10 | null |
|
|
Numeric ID for this entry |
||||||||||
name | varchar | 1024 | null |
|
|
Short name used in data files / output data (in ltree notation) |
||||||||||
t_group | varchar | 1024 | √ | null |
|
|
Value grouping (short name) |
|||||||||
size | float4 | 8,8 | √ | null |
|
|
Size of areacell |
|||||||||
depth | float4 | 8,8 | √ | null |
|
|
Depth of areacell |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
areacell_pkey | Primary key | Asc | areacell_id |
areacell_name_key | Must be unique | Asc | name |