Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| code | VARCHAR | 10 | null |
|
|
|||
| description | TEXT | 65535 | null |
|
|
|||
| category | VARCHAR | 100 | √ | null |
|
|
||
| category_range | VARCHAR | 20 | √ | null |
|
|
||
| is_active | BIT | 1 | √ | 1 |
|
|
||
| notes | TEXT | 65535 | √ | null |
|
|
||
| inclusion_terms | TEXT | 65535 | √ | null |
|
|
||
| exclusion_terms | TEXT | 65535 | √ | null |
|
|
||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
|||
| updated_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
|||
| created_by | VARCHAR | 255 | √ | system |
|
|
||
| updated_by | VARCHAR | 255 | √ | system |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_icd10_active | Performance | Asc | is_active |
| idx_icd10_category | Performance | Asc | category |
| idx_icd10_code | Performance | Asc | code |
| idx_icd10_location_business_line | Performance | Asc | location_business_line_id |