deposit_status_history

-1 rows


Description

Table represents the status history of each deposit

Columns

Column Type Size Nulls Auto Default Children Parents Comments
deposit_status_id int2 5 null
deposit_id int4 10 null
deposit.deposit_id deposit_status_history_account_deposit_id_fkey R

Ref: many-to-one to deposit

deposit_status_history_timestamp timestamptz 35,6 null

When this status was recorded

deposit_receipt text 2147483647 null

Detailed response from the payment handler. Only populated for successful deposits made through 3rd party gateways

Indexes

Constraint Name Type Sort Column(s)
idx_deposit_status_history_deposit_id Performance Asc deposit_id
idx_deposit_status_history_deposit_status_id Performance Asc deposit_status_id
idx_deposit_status_history_timestamp Performance Asc deposit_status_history_timestamp

Relationships