recreation_structure_code

-1 rows


Description

Codes describing the type of structure (human-made improvement) within a recreation project

Columns

Column Type Size Nulls Auto Default Children Parents Comments
structure_code serial 10 nextval('rst.recreation_structure_code_structure_code_seq'::regclass)
recreation_structure.structure_code recreation_structure_structure_code_fkey R
recreation_structure_code_history.structure_code Implied Constraint R
recreation_structure_history.structure_code Implied Constraint R

Indicates the type of structure (human-made improvement)

description varchar 120 null

Description of the code value

updated_at timestamp 29,6 now()
sys_period tstzrange 2147483647 tstzrange(CURRENT_TIMESTAMP, NULL::timestamp with time zone)

Indexes

Constraint Name Type Sort Column(s)
recreation_structure_code_pkey Primary key Asc structure_code

Relationships