Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
__id | int8 | 19 | √ | null |
|
|
||||
__cf | bool | 1 | true |
|
|
|||||
__start | timestamptz | 35,6 | null |
|
|
|||||
__source | varchar | 63 | null |
|
|
|||||
__origin | varchar | 63 | ''::character varying |
|
|
|||||
id | uuid | 2147483647 | √ | null |
|
|
||||
owner_id | uuid | 2147483647 | √ | null |
|
|
||||
automatic | bool | 1 | √ | null |
|
|
||||
fee_fine_type | varchar | 34 | √ | null |
|
|
||||
default_amount | numeric | 131089 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feefines__t_pkey | Primary key | Asc | __id |
feefines__t___origin_idx | Performance | Asc | __origin |
feefines__t___source_idx | Performance | Asc | __source |
feefines__t___start_idx | Performance | Asc | __start |
feefines__t_automatic_idx | Performance | Asc | automatic |
feefines__t_default_amount_idx | Performance | Asc | default_amount |
feefines__t_fee_fine_type_idx | Performance | Asc | fee_fine_type |
feefines__t_id_idx | Performance | Asc | id |
feefines__t_owner_id_idx | Performance | Asc | owner_id |