Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| company_id | uuid | 2147483647 | null |
|
|
||||||
| import_id | uuid | 2147483647 | null |
|
|
||||||
| idempotency_key_hash | varchar | 64 | null |
|
|
||||||
| request_hash | varchar | 64 | null |
|
|
||||||
| response_snapshot_json | text | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_worker_import_commit_idempotency | Primary key | Asc/Asc/Asc | company_id + import_id + idempotency_key_hash |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ck_worker_import_commit_request_hash | ((char_length((request_hash)::text) = 64)) |
| ck_worker_import_commit_idempotency_key_hash | ((char_length((idempotency_key_hash)::text) = 64)) |

