Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 255 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| code | VARCHAR | 20 | √ | null |
|
|
|||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| display_order | INT | 10 | √ | 0 |
|
|
|||||
| is_active | BIT | 1 | b'1' |
|
|
||||||
| 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_tp_active | Performance | Asc | is_active |
| idx_tp_location | Performance | Asc | location_business_line_id |