Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('private_ci2027_001.structure_lt4m_id_seq'::regclass) |
|
|
Primary Key |
||||
plot_id | int4 | 10 | null |
|
|
Foreign Key to Plot.id |
|||||
plot_location_id | int4 | 10 | √ | null |
|
|
|||||
created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
||||||
modified_at | timestamp | 29,6 | √ | null |
|
|
|||||
modified_by | regrole | 2147483647 | √ | (CURRENT_USER)::regrole |
|
|
|||||
tree_species | int2 | 5 | √ | null |
|
|
Baumart |
||||
coverage | int4 | 10 | null |
|
|
Anteil der Baumart in Zehntel (Deckungsgrad entspricht 10 Zehntel = 100 %) |
|||||
regeneration_type | int4 | 10 | √ | null |
|
|
Verjüngungsart der Baumart |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
structure_lt4m_pkey | Primary key | Asc | id |