Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | √ | null |
|
|
|||||
| service_plan_id | VARCHAR | 36 | null |
|
|
||||||
| category_type | VARCHAR | 50 | null |
|
|
||||||
| category_definition_id | VARCHAR | 36 | √ | null |
|
|
|||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| collection_method | VARCHAR | 50 | √ | null |
|
|
|||||
| display_order | INT | 10 | √ | null |
|
|
|||||
| is_active | BIT | 1 | 1 |
|
|
||||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| created_by | VARCHAR | 100 | √ | system |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 100 | √ | system |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_category_service_plan_id | Performance | Asc | service_plan_id |
| idx_category_type | Performance | Asc | category_type |