recreation_activity_code

-1 rows


Description

Activity code types for recreation projects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
recreation_activity_code serial 10 nextval('rst.recreation_activity_code_recreation_activity_code_seq'::regclass)
recreation_activity.recreation_activity_code recreation_activity_recreation_activity_code_fkey R
recreation_activity_code_history.recreation_activity_code Implied Constraint R
recreation_activity_history.recreation_activity_code Implied Constraint R

Code describing the Recreation Activity.

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_activity_code_pkey Primary key Asc recreation_activity_code

Relationships