Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_transaction_id_seq'::regclass) |
|
|
|||||||||||||||||
| provider_id | int4 | 10 | null |
|
|
Provider |
|||||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||||||||
| payment_method_id | int4 | 10 | null |
|
|
Payment Method |
|||||||||||||||||
| currency_id | int4 | 10 | null |
|
|
Currency |
|||||||||||||||||
| token_id | int4 | 10 | √ | null |
|
|
Payment Token |
||||||||||||||||
| source_transaction_id | int4 | 10 | √ | null |
|
|
Source Transaction |
||||||||||||||||
| callback_model_id | int4 | 10 | √ | null |
|
|
Callback Document Model |
||||||||||||||||
| callback_res_id | int4 | 10 | √ | null |
|
|
Callback Record ID |
||||||||||||||||
| partner_id | int4 | 10 | null |
|
|
Customer |
|||||||||||||||||
| partner_state_id | int4 | 10 | √ | null |
|
|
State |
||||||||||||||||
| partner_country_id | int4 | 10 | √ | null |
|
|
Country |
||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||
| reference | varchar | 2147483647 | null |
|
|
Reference |
|||||||||||||||||
| provider_reference | varchar | 2147483647 | √ | null |
|
|
Provider Reference |
||||||||||||||||
| state | varchar | 2147483647 | null |
|
|
Status |
|||||||||||||||||
| operation | varchar | 2147483647 | √ | null |
|
|
Operation |
||||||||||||||||
| landing_route | varchar | 2147483647 | √ | null |
|
|
Landing Route |
||||||||||||||||
| callback_method | varchar | 2147483647 | √ | null |
|
|
Callback Method |
||||||||||||||||
| callback_hash | varchar | 2147483647 | √ | null |
|
|
Callback Hash |
||||||||||||||||
| partner_name | varchar | 2147483647 | √ | null |
|
|
Partner Name |
||||||||||||||||
| partner_lang | varchar | 2147483647 | √ | null |
|
|
Language |
||||||||||||||||
| partner_email | varchar | 2147483647 | √ | null |
|
|
|||||||||||||||||
| partner_address | varchar | 2147483647 | √ | null |
|
|
Address |
||||||||||||||||
| partner_zip | varchar | 2147483647 | √ | null |
|
|
Zip |
||||||||||||||||
| partner_city | varchar | 2147483647 | √ | null |
|
|
City |
||||||||||||||||
| partner_phone | varchar | 2147483647 | √ | null |
|
|
Phone |
||||||||||||||||
| state_message | text | 2147483647 | √ | null |
|
|
Message |
||||||||||||||||
| amount | numeric | 0 | null |
|
|
Amount |
|||||||||||||||||
| is_post_processed | bool | 1 | √ | null |
|
|
Is Post-processed |
||||||||||||||||
| tokenize | bool | 1 | √ | null |
|
|
Create Token |
||||||||||||||||
| callback_is_done | bool | 1 | √ | null |
|
|
Callback Done |
||||||||||||||||
| last_state_change | timestamp | 29,6 | √ | null |
|
|
Last State Change Date |
||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||||||||
| payment_id | int4 | 10 | √ | null |
|
|
Payment |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| payment_transaction_pkey | Primary key | Asc | id |
| payment_transaction__company_id_index | Performance | Asc | company_id |
| payment_transaction__operation_index | Performance | Asc | operation |
| payment_transaction__state_index | Performance | Asc | state |
| payment_transaction_reference_uniq | Must be unique | Asc | reference |

