Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rec_resource_id | varchar | 200 | null |
|
|
Identification manually assigned to a Recreation Resource. |
||||||||
name | varchar | 200 | √ | null |
|
|
Name of the Recreation Project. |
|||||||
description | varchar | 5000 | √ | null |
|
|
||||||||
site_location | 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 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
recreation_resource_pkey | Primary key | Asc | rec_resource_id |