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 |
|
|
||
| inactive | bool | 1 | √ | null |
|
|
||
| last_name | varchar | 26 | √ | null |
|
|
||
| first_name | varchar | 20 | √ | null |
|
|
||
| language | varchar | 7 | √ | null |
|
|
||
| notes | varchar | 269 | √ | null |
|
|
||
| prefix | varchar | 3 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| contacts__t_pkey | Primary key | Asc | __id |
| contacts__t___origin_idx | Performance | Asc | __origin |
| contacts__t___source_idx | Performance | Asc | __source |
| contacts__t___start_idx | Performance | Asc | __start |
| contacts__t_first_name_idx | Performance | Asc | first_name |
| contacts__t_id_idx | Performance | Asc | id |
| contacts__t_inactive_idx | Performance | Asc | inactive |
| contacts__t_language_idx | Performance | Asc | language |
| contacts__t_last_name_idx | Performance | Asc | last_name |
| contacts__t_notes_idx | Performance | Asc | notes |
| contacts__t_prefix_idx | Performance | Asc | prefix |
Diagram producer might be missing
No diagrams were produced please see application output for any errors