Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('account_payment_method_line_id_seq'::regclass) |
|
|
||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
|||||||
| payment_method_id | int4 | 10 | null |
|
|
Payment Method |
||||||||
| payment_account_id | int4 | 10 | √ | null |
|
|
Payment Account |
|||||||
| journal_id | int4 | 10 | √ | null |
|
|
Journal |
|||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||
| name | varchar | 2147483647 | √ | null |
|
|
Name |
|||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
|||||||
| payment_provider_id | int4 | 10 | √ | null |
|
|
Payment Provider |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_payment_method_line_pkey | Primary key | Asc | id |

