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) |
|
|
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) |
|
|
||||||||||||||||||
| details | text | 2147483647 | √ | null |
|
|
Additional details about the activity, such as accessibility features or specific accommodations available. |
||||||||||||||||
| is_accessible | bool | 1 | √ | false |
|
|
Indicates whether the activity is accessible to individuals with disabilities or special needs. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| recreation_activity_code_pkey | Primary key | Asc | recreation_activity_code |



