Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_capture_wizard_id_seq'::regclass) |
|
|
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| amount_to_capture | numeric | 0 | √ | null |
|
|
Amount To Capture |
||||
| void_remaining_amount | bool | 1 | √ | null |
|
|
Void Remaining Amount |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| payment_capture_wizard_pkey | Primary key | Asc | id |

