Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| source_plan_id | VARCHAR | 36 | null |
|
|
|||
| target_plan_id | VARCHAR | 36 | √ | null |
|
|
||
| client_id | VARCHAR | 36 | √ | null |
|
|
||
| status | VARCHAR | 20 | PENDING |
|
|
|||
| total_steps | INT | 10 | 0 |
|
|
|||
| done_steps | INT | 10 | 0 |
|
|
|||
| error_message | TEXT | 65535 | √ | null |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| created_at | DATETIME | 19 | null |
|
|
|||
| updated_at | DATETIME | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_clone_jobs_lbl_status | Performance | Asc/Asc | location_business_line_id + status |
| idx_clone_jobs_source | Performance | Asc | source_plan_id |