Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_token_id_seq'::regclass) |
|
|
|||||||||||
| provider_id | int4 | 10 | null |
|
|
Provider |
|||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||
| payment_method_id | int4 | 10 | null |
|
|
Payment Method |
|||||||||||
| partner_id | int4 | 10 | null |
|
|
Partner |
|||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| payment_details | varchar | 2147483647 | √ | null |
|
|
Payment Details |
||||||||||
| provider_ref | varchar | 2147483647 | null |
|
|
Provider Reference |
|||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
||||||||||
| 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_token_pkey | Primary key | Asc | id |
| payment_token__company_id_index | Performance | Asc | company_id |

