Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
rec_resource_id | varchar | 10 | null |
|
|
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) |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
recreation_agreement_holder_pkey | Primary key | Asc | rec_resource_id |