Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
rev_id | int8 | 19 | null |
|
|
||||||
rev_type | int2 | 5 | null |
|
|
Type of change; 0 -> entity was created, 1 -> entity was updated, 2 -> entity was deleted |
|||||
plan_id | uuid | 2147483647 | null |
|
|
||||||
case_manager | varchar | 100 | √ | null |
|
|
|||||
reason_for_plan | varchar | 240 | √ | null |
|
|
|||||
first_case_review_date | date | 13 | √ | null |
|
|
|||||
case_manager_modified | bool | 1 | √ | null |
|
|
|||||
reason_for_plan_modified | bool | 1 | √ | null |
|
|
|||||
first_case_review_date_modified | bool | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
plan_audit_pkey | Primary key | Asc/Asc | rev_id + plan_id |