Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| document_id | INT | 10 | null |
|
|
|||||
| import_time | DATETIME | 19 | null |
|
|
|||||
| end_time | DATETIME | 19 | √ | NULL |
|
|
||||
| entity_type | TINYINT | 3 | null |
|
|
|||||
| completed | BIT | 1 | √ | b'0' |
|
|
||||
| total_records | BIGINT | 19 | √ | 0 |
|
|
||||
| success_count | BIGINT | 19 | √ | 0 |
|
|
||||
| failure_count | BIGINT | 19 | √ | 0 |
|
|
||||
| createdby_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_import_m_appuser | Performance | Asc | createdby_id |
| import_document_id | Performance | Asc | document_id |