Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |  |  | |||||
| pid | BIGINT | 19 | √ | NULL |  | 
 | The internal patient identifier | ||||
| encounter | VARCHAR | 255 | √ | NULL |  |  | |||||
| user | VARCHAR | 255 | √ | NULL |  |  | |||||
| instruction | MEDIUMTEXT | 16777215 | √ | NULL |  |  | The actual instructions to be given to the patient | ||||
| date | TIMESTAMP | 19 | current_timestamp() |  |  | ||||||
| activity | TINYINT | 3 | √ | 1 |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |