recreation_agreement_holder

-1 rows


Description

Identifies the Agreement Holder responsible for maintaining a project for a given time frame.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
rec_resource_id varchar 10 null
recreation_resource.rec_resource_id recreation_agreement_holder_rec_resource_id_fkey R

File identification assigned to Provincial Forest Use files. Assigned file number. Usually the Licence, Tenure or Private Mark number.

client_number varchar 8 null

Sequentially assigned number to identify a ministry client.

agreement_start_date date 13 null

Start date of the agreement held between the ministry and the agreement holder.

agreement_end_date date 13 null

End date of the agreement held between the ministry and the agreement holder.

revision_count int4 10 null

A count of the number of times an entry in the entity has been modified. Used to validate if the current information displayed on a user’s web browser is the most current.

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)
agreement_holder_id int4 10 null

Surrogate primary key. The FTA sync inserts FTA’s own values explicitly; the identity sequence starts above 1000000 so RST-generated values cannot collide with them.

visible_on_public_website bool 1 false

Whether this partner is shown on the public website. Set to true by the FTA sync on insert; not overwritten on subsequent syncs.

partner_relationship_type_code varchar 20 'SITE_OPERATOR'::character varying
recreation_partner_relationship_type_code.partner_relationship_type_code recreation_agreement_holder_partner_relationship_type_code_fkey R

The type of relationship this partner holds with the resource. Defaults to SITE_OPERATOR, the only relationship FTA supplies.

Indexes

Constraint Name Type Sort Column(s)
recreation_agreement_holder_pkey Primary key Asc agreement_holder_id
recreation_agreement_holder_client_number_idx Performance Asc client_number
recreation_agreement_holder_rec_resource_id_idx Performance Asc rec_resource_id

Relationships