Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | varchar | 36 | null |
|
|
|||
| first_name | varchar | 20 | √ | null |
|
|
||
| inactive | bool | 1 | √ | null |
|
|
||
| language | varchar | 7 | √ | null |
|
|
||
| last_name | varchar | 26 | √ | null |
|
|
||
| notes | varchar | 269 | √ | null |
|
|
||
| data | json | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| organization_contacts_pkey | Primary key | Asc | id |
| organization_contacts_first_name_idx | Performance | Asc | first_name |
| organization_contacts_inactive_idx | Performance | Asc | inactive |
| organization_contacts_language_idx | Performance | Asc | language |
| organization_contacts_last_name_idx | Performance | Asc | last_name |
| organization_contacts_notes_idx | Performance | Asc | notes |
Diagram producer might be missing
No diagrams were produced please see application output for any errors