Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('private_ci2027_001.regeneration_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 |
||||
browsing | "private_ci2027_001"."enum_browsing" | 2147483647 | null |
|
|
Einfacher oder mehrfacher Verbiss der Terminalknospe |
|||||
tree_size_class | "private_ci2027_001"."enum_tree_size_class" | 2147483647 | √ | null |
|
|
Größenklasse |
||||
damage_peel | int2 | 5 | √ | null |
|
|
Schälschaden |
||||
protection_individual | bool | 1 | √ | null |
|
|
Einzelschutz der Bäume |
||||
count | int2 | 5 | null |
|
|
Anzahl gleichartiger Bäume |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
regeneration_pkey | Primary key | Asc | id |