Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| catalog_participation_justification_id | VARCHAR | 36 | √ | null |
|
|
|||||
| participation_level | VARCHAR | 50 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| display_order | INT | 10 | √ | 0 |
|
|
|||||
| is_active | BIT | 1 | √ | 1 |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| created_by | VARCHAR | 36 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_part_just_active | Performance | Asc | is_active |
| idx_part_just_level | Performance | Asc | participation_level |
| idx_part_just_location | Performance | Asc | location_business_line_id |
| idx_part_just_location_level | Performance | Asc/Asc | location_business_line_id + participation_level |