claim_status
Results of a pricing request
Primary Key:Foreign Keys:claim_id=>claim.claim_idclaim_repricing_id=>claim_repricing.claim_repricing_idupdated_by=>login.login_id
claim_status_claim_id_idx-claim_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
claim_id | bigint | No | Yes | - Generated through expression: |
updated_at | timestamp without time zone | No | Yes | The time when the claim status was updated Generated through expression: |
updated_by | bigint | No | No | The ID of the person or automation user which updated claim status. Generated through expression: |
claim_status_id | bigint | No | Yes | Points to the claim status record. Generated through expression: |
claim_repricing_id | bigint | Yes | No | Points to the claim repricing record. Generated through expression: |