Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('money.billable_xact_id_seq'::regclass) |
|
|
||
usr | int4 | 10 | null |
|
|
|||
xact_start | timestamptz | 35,6 | now() |
|
|
|||
xact_finish | timestamptz | 35,6 | √ | null |
|
|
||
unrecovered | bool | 1 | √ | null |
|
|
||
billing_location | int4 | 10 | null |
|
|
|||
note | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
grocery_pkey | Primary key | Asc | id |
circ_open_date_idx | Performance | Asc | xact_start |
m_g_usr_idx | Performance | Asc | usr |