Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
||
| uuid | VARCHAR | 36 | null |
|
|
|||
| job_id | MEDIUMTEXT | 16777215 | null |
|
|
|||
| user_id | INT | 10 | √ | null |
|
|
||
| original_filename | VARCHAR | 266 | null |
|
|
|||
| is_update | BIT | 1 | 0 |
|
|
|||
| datatype | enum('mcpd', 'trial', 'compound', 'genotype', 'pedigree', 'groups') | 8 | mcpd |
|
|
|||
| status | enum('waiting', 'running', 'failed', 'completed', 'cancelled') | 9 | waiting |
|
|
|||
| imported | BIT | 1 | 0 |
|
|
|||
| visibility | BIT | 1 | 1 |
|
|
|||
| feedback | JSON | 1073741824 | √ | null |
|
|
||
| created_on | DATETIME | 26 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_on | TIMESTAMP | 26 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| data_import_jobs_status | Performance | Asc | status |
| data_import_jobs_uuid | Performance | Asc | uuid |
| data_import_jobs_visibility | Performance | Asc | visibility |
Diagram producer might be missing
No diagrams were produced please see application output for any errors