Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
recreation_fee_code | varchar | 1 | null |
|
|
A code indicating a specific recreation fee type. E.g., C for Camping, D for Day Use, H for Hut. |
|||||||||||
description | varchar | 120 | null |
|
|
Description of the recreation fee type. |
|||||||||||
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_fee_code_pkey | Primary key | Asc | recreation_fee_code |