Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| name | VARCHAR | 150 | null |
|
|
|||
| sort_order | INT | 10 | 0 |
|
|
|||
| created_at | DATETIME | 19 | null |
|
|
|||
| updated_at | DATETIME | 19 | √ | null |
|
|
||
| created_by | VARCHAR | 255 | √ | null |
|
|
||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_report_category_lbl | Performance | Asc | location_business_line_id |
| uk_report_category_name_lbl | Must be unique | Asc/Asc | name + location_business_line_id |