Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_link_wizard_id_seq'::regclass) |
|
|
|||||
| res_id | int4 | 10 | null |
|
|
Related Document ID |
|||||
| currency_id | int4 | 10 | √ | null |
|
|
Currency |
||||
| partner_id | int4 | 10 | √ | null |
|
|
Partner |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| res_model | varchar | 2147483647 | null |
|
|
Related Document Model |
|||||
| amount | numeric | 0 | null |
|
|
Amount |
|||||
| amount_max | numeric | 0 | √ | null |
|
|
Amount Max |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| amount_paid | numeric | 0 | √ | null |
|
|
Already Paid |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| payment_link_wizard_pkey | Primary key | Asc | id |

