Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| category_definition_id | VARCHAR | 36 | null |
|
|
|||
| cpt_code_id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| created_at | DATETIME | 26 | null |
|
|
|||
| updated_at | DATETIME | 26 | √ | null |
|
|
||
| created_by | VARCHAR | 255 | √ | null |
|
|
||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_spcdc_cpt | Performance | Asc | cpt_code_id |
| idx_spcdc_definition | Performance | Asc | category_definition_id |
| idx_spcdc_location | Performance | Asc | location_business_line_id |
| uk_spcdc_definition_cpt | Must be unique | Asc/Asc | category_definition_id + cpt_code_id |