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 |
|
|
|||||||
dshb_id | uuid | 2147483647 | null |
|
|
|||||||
dshb_version | int8 | 19 | √ | null |
|
|
||||||
dshb_name | varchar | 7 | √ | null |
|
|
||||||
dshb_owner_fk | uuid | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dashboard_pkey | Primary key | Asc | dshb_id |
dashboard___origin_idx | Performance | Asc | __origin |
dashboard___source_idx | Performance | Asc | __source |
dashboard___start_idx | Performance | Asc | __start |
dashboard_dshb_id_idx | Performance | Asc | dshb_id |
dashboard_dshb_name_idx | Performance | Asc | dshb_name |
dashboard_dshb_owner_fk_idx | Performance | Asc | dshb_owner_fk |
dashboard_dshb_version_idx | Performance | Asc | dshb_version |