Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| encounter_note_id | VARCHAR | 36 | null |
|
|
|||
| protocol_id | VARCHAR | 36 | null |
|
|
|||
| modification_type | VARCHAR | 20 | null |
|
|
|||
| rationale | TEXT | 65535 | null |
|
|
|||
| effective_date | DATE | 10 | null |
|
|
|||
| modification_parameters_json | JSON | 1073741824 | √ | null |
|
|
||
| previous_state | TEXT | 65535 | √ | null |
|
|
||
| new_state | TEXT | 65535 | √ | null |
|
|
||
| expected_outcome | TEXT | 65535 | √ | null |
|
|
||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_protocol_mods_effective | Performance | Asc | effective_date |
| idx_protocol_mods_note | Performance | Asc | encounter_note_id |
| idx_protocol_mods_protocol | Performance | Asc | protocol_id |
| idx_protocol_mods_protocol_date | Performance | Asc/Asc | protocol_id + effective_date |