Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | int8 | 19 | null |
|
|
|||
usr | int4 | 10 | √ | null |
|
|
||
xact_start | timestamptz | 35,6 | √ | null |
|
|
||
xact_finish | timestamptz | 35,6 | √ | null |
|
|
||
total_paid | numeric | 0 | √ | null |
|
|
||
last_payment_ts | timestamptz | 35,6 | √ | null |
|
|
||
last_payment_note | text | 2147483647 | √ | null |
|
|
||
last_payment_type | name | 2147483647 | √ | null |
|
|
||
total_owed | numeric | 0 | √ | null |
|
|
||
last_billing_ts | timestamptz | 35,6 | √ | null |
|
|
||
last_billing_note | text | 2147483647 | √ | null |
|
|
||
last_billing_type | text | 2147483647 | √ | null |
|
|
||
balance_owed | numeric | 0 | √ | null |
|
|
||
xact_type | name | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
materialized_billable_xact_summary_pkey | Primary key | Asc | id |
money_mat_summary_usr_idx | Performance | Asc | usr |
money_mat_summary_xact_start_idx | Performance | Asc | xact_start |