Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
decision_guid | uuid | 2147483647 | case_management.uuid_generate_v4() |
|
|
Unique identifier for the decision |
|||||
case_file_guid | uuid | 2147483647 | null |
|
|
Assoiciates the decision record to an existing case file |
|||||
schedule_sector_xref_guid | uuid | 2147483647 | null |
|
|
Defines the combination of a WDR_SCHEDULE_CODE and a SECTOR_CATEGORY_CODE |
|||||
discharge_code | varchar | 10 | null |
|
|
The discharge code related to a decision |
|||||
rationale_text | varchar | 4000 | √ | null |
|
|
The rationale code related to a CEEB decision |
||||
inspection_number | int4 | 10 | √ | null |
|
|
The NRIS inspection number for a CEEB decision |
||||
lead_agency_code | varchar | 10 | √ | null |
|
|
|||||
non_compliance_decision_matrix_code | varchar | 10 | √ | null |
|
|
|||||
active_ind | bool | 1 | null |
|
|
A boolean indicator to determine if the case management action is active. |
|||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the case management action. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the case management action was created. The timestamp is stored in UTC with no Offset. |
|||||
update_user_id | varchar | 32 | null |
|
|
The id of the user that updated the case management action. |
|||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the case management action was updated. The timestamp is stored in UTC with no Offset. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_decision_guid | Primary key | Asc | decision_guid |