Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| catalog_participant_type_id | VARCHAR | 36 | √ | null |
|
|
||
| code | VARCHAR | 50 | null |
|
|
|||
| name | VARCHAR | 100 | null |
|
|
|||
| description | VARCHAR | 500 | √ | null |
|
|
||
| category | VARCHAR | 50 | √ | null |
|
|
||
| is_active | BIT | 1 | 1 |
|
|
|||
| display_order | INT | 10 | √ | 0 |
|
|
||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| created_by | VARCHAR | 100 | √ | null |
|
|
||
| updated_by | VARCHAR | 100 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_participant_types_active | Performance | Asc | is_active |
| idx_participant_types_code | Performance | Asc | code |
| idx_participant_types_location | Performance | Asc | location_business_line_id |
| uk_participant_types_location_code | Must be unique | Asc/Asc | location_business_line_id + code |