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 |
|
|
||||
| order | numeric | 131089 | √ | null |
|
|
||||
| profile_id | uuid | 2147483647 | √ | null |
|
|
||||
| content_type | varchar | 11 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| profile_snapshots__t_pkey | Primary key | Asc | __id |
| profile_snapshots__t___origin_idx | Performance | Asc | __origin |
| profile_snapshots__t___source_idx | Performance | Asc | __source |
| profile_snapshots__t___start_idx | Performance | Asc | __start |
| profile_snapshots__t_content_type_idx | Performance | Asc | content_type |
| profile_snapshots__t_id_idx | Performance | Asc | id |
| profile_snapshots__t_order_idx | Performance | Asc | order |
| profile_snapshots__t_profile_id_idx | Performance | Asc | profile_id |

