Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
rec_resource_id | varchar | 20 | null |
|
|
Foreign key linking to the recreation resource this campsite count belongs to. |
|||||
campsite_count | int4 | 10 | 0 |
|
|
The number of campsites available at this recreation resource. |
|||||
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_campsite_pkey | Primary key | Asc | rec_resource_id |