Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rec_resource_id | varchar | 20 | null |
|
|
Identification manually assigned to a Recreation Resource. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
name | varchar | 200 | √ | null |
|
|
Name of the Recreation Project. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
Field notes related to a recreation site. e.g. A managed, 11 unit site with 2WD access, gravel beach launch and a small float. Watch for hazards on the lake. This column is for internal use and is not a description for public use. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
closest_community | varchar | 200 | √ | null |
|
|
A text description generally describing the closest community or, for more isolated sites and trails, it could be a geographic feature to a recreation site or trail. e.g. VERNON, KELOWNA, PRINCE GEORGE. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
display_on_public_site | bool | 1 | √ | false |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
district_code | varchar | 4 | √ | null |
|
|
A code indicating a recreation district boundary. EG Cascades, Chilliwack, Discovery Coast. Note: There are 17 Recreation District Boundaries, most of which have different geographical boundaries than Forest District Boundaries. Because of this, Rec District Boundary Codes are different from Forest District Boundary Codes. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
maintenance_standard_code | varchar | 1 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamp | 29,6 | √ | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_by | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamp | 29,6 | √ | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
created_by | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
sys_period | tstzrange | 2147483647 | tstzrange(CURRENT_TIMESTAMP, NULL::timestamp with time zone) |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
recreation_resource_pkey | Primary key | Asc | rec_resource_id |