sapling_2m

0 rows


Description

Sub Plot Saplings

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('private_ci2027_001.sapling_2m_id_seq'::regclass)

Primary Key

plot_id int4 10 null
plot.id fk_saplings2m_plot C

Foreign Key to Plot.id

plot_location_id int4 10 null
plot_location.id fk_saplings2m_plotlocation C
created_at timestamp 29,6 CURRENT_TIMESTAMP
modified_at timestamp 29,6 null
modified_by regrole 2147483647 (CURRENT_USER)::regrole
stand_affiliation bool 1 false
tree_species int2 5 null
lookup_tree_species.abbreviation fk_saplings2m_lookuptreespecies R

Baumart

bitten "private_ci2027_001"."enum_bitten" 2147483647 null
lookup_bitten.abbreviation fk_saplings2m_lookupbitten R

Einfacher oder mehrfacher Verbiss der Terminalknospe

tree_size_class "private_ci2027_001"."enum_tree_size_class" 2147483647 null
lookup_tree_size_class.abbreviation fk_saplings2m_lookuptreesizeclass R

Größenklasse

damage_peel int2 5 null

Schälschaden

protection_individual bool 1 null

Einzelschutz der Bäume

quantity int2 5 null

Anzahl gleichartiger Bäume

Indexes

Constraint Name Type Sort Column(s)
sapling_2m_pkey Primary key Asc id

Relationships