tool_sitepolicy_policy_version table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
versionnumber | BIGINT | 19 | √ | null |
|
|
Version number of the policy |
|||||
timecreated | BIGINT | 19 | √ | null |
|
|
Timestamp of when the policy version was created |
|||||
timepublished | BIGINT | 19 | √ | null |
|
|
Timestamp of when the policy was published |
|||||
timearchived | BIGINT | 19 | √ | null |
|
|
Timestamp of when the policy was archived |
|||||
sitepolicyid | BIGINT | 19 | √ | null |
|
|
The id of the policy |
|||||
publisherid | BIGINT | 19 | √ | null |
|
|
Who published the policy |
Table contained -1 rows
tool_sitepolicy_policy_version table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
toolsitepolivers_pub_ix | Performance | Asc | publisherid |
toolsitepolivers_sit_ix | Performance | Asc | sitepolicyid |