Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_method_id_seq'::regclass) |
|
|
||||||||||||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
|||||||||||||||||||
| primary_payment_method_id | int4 | 10 | √ | null |
|
|
Primary Payment Method |
|||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
Name |
||||||||||||||||||||
| code | varchar | 2147483647 | null |
|
|
Code |
||||||||||||||||||||
| support_refund | varchar | 2147483647 | √ | null |
|
|
Type of Refund Supported |
|||||||||||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
|||||||||||||||||||
| support_tokenization | bool | 1 | √ | null |
|
|
Tokenization Supported |
|||||||||||||||||||
| support_express_checkout | bool | 1 | √ | null |
|
|
Express Checkout Supported |
|||||||||||||||||||
| 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_method_pkey | Primary key | Asc | id |

