Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
deposit_status_id | int2 | 5 | √ | null |
|
|
|||||
deposit_id | int4 | 10 | √ | null |
|
|
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 |