Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 191 | null |
|
|
||||||||||||
| applications_id | uuid | 2147483647 | √ | null |
|
|
|||||||||||
| data | text | 2147483647 | √ | null |
|
|
|||||||||||
| expiration_instant | int8 | 19 | √ | null |
|
|
|||||||||||
| insert_instant | int8 | 19 | null |
|
|
||||||||||||
| tenants_id | uuid | 2147483647 | null |
|
|
||||||||||||
| type | int2 | 5 | null |
|
|
||||||||||||
| users_id | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| external_identifiers_pkey | Primary key | Asc | id |
| external_identifiers_i_1 | Performance | Asc/Asc/Asc | tenants_id + type + insert_instant |
| external_identifiers_i_2 | Performance | Asc/Asc/Asc | type + users_id + applications_id |
| external_identifiers_i_3 | Performance | Asc | expiration_instant |