Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | null |
|
|
|||
| xact | int8 | 19 | null |
|
|
|||
| billing_ts | timestamptz | 35,6 | null |
|
|
|||
| voided | bool | 1 | null |
|
|
|||
| voider | int4 | 10 | √ | null |
|
|
||
| void_time | timestamptz | 35,6 | √ | null |
|
|
||
| amount | numeric | 6,2 | null |
|
|
|||
| billing_type | text | 2147483647 | null |
|
|
|||
| btype | int4 | 10 | null |
|
|
|||
| note | text | 2147483647 | √ | null |
|
|
||
| create_date | timestamptz | 35,6 | null |
|
|
|||
| period_start | timestamptz | 35,6 | √ | null |
|
|
||
| period_end | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| aged_billing_pkey | Primary key | Asc | id |
| aged_billing_billing_ts_idx | Performance | Asc | billing_ts |
| aged_billing_create_date_idx | Performance | Asc | create_date |
| aged_billing_period_end_idx | Performance | Asc | period_end |
| aged_billing_period_start_idx | Performance | Asc | period_start |
| aged_billing_voider_idx | Performance | Asc | voider |
| aged_billing_xact_idx | Performance | Asc | xact |
