Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | null |
|
|
|||
| xact | int8 | 19 | null |
|
|
|||
| payment_ts | timestamptz | 35,6 | null |
|
|
|||
| voided | bool | 1 | null |
|
|
|||
| amount | numeric | 6,2 | null |
|
|
|||
| note | text | 2147483647 | √ | null |
|
|
||
| payment_type | text | 2147483647 | null |
|
|
|||
| accepting_usr | int4 | 10 | √ | null |
|
|
||
| cash_drawer | int4 | 10 | √ | null |
|
|
||
| billing | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| aged_payment_pkey | Primary key | Asc | id |
| aged_payment_accepting_usr_idx | Performance | Asc | accepting_usr |
| aged_payment_billing_idx | Performance | Asc | billing |
| aged_payment_cash_drawer_idx | Performance | Asc | cash_drawer |
| aged_payment_payment_ts_idx | Performance | Asc | payment_ts |
| aged_payment_xact_idx | Performance | Asc | xact |
