Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| user_id | INT UNSIGNED | 10 | null |
|
|
||||||
| import_job_id | INT UNSIGNED | 10 | null |
|
|
||||||
| contact_information | MEDIUMTEXT | 16777215 | null |
|
|
||||||
| skipped | BIT | 1 | null |
|
|
||||||
| skip_reason | VARCHAR | 255 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| import_job_reports_account_id_foreign | Performance | Asc | account_id |
| import_job_reports_import_job_id_foreign | Performance | Asc | import_job_id |
| import_job_reports_user_id_foreign | Performance | Asc | user_id |



