Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('pos_make_payment_id_seq'::regclass) |
|
|
|||||
| config_id | int4 | 10 | null |
|
|
Point of Sale Configuration |
|||||
| payment_method_id | int4 | 10 | null |
|
|
Payment Method |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| payment_name | varchar | 2147483647 | √ | null |
|
|
Payment Reference |
||||
| amount | numeric | 0 | null |
|
|
Amount |
|||||
| payment_date | timestamp | 29,6 | null |
|
|
Payment Date |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pos_make_payment_pkey | Primary key | Asc | id |