Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| code | VARCHAR | 10 | null |
|
|
|||
| description | TEXT | 65535 | null |
|
|
|||
| category | VARCHAR | 100 | √ | null |
|
|
||
| category_range | VARCHAR | 20 | √ | null |
|
|
||
| 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 | √ | null |
|
|
||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_catalog_icd10_category | Performance | Asc | category |
| idx_catalog_icd10_code | Performance | Asc | code |