Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| expiration_instant | int8 | 19 | √ | null |
|
|
|||||
| insert_instant | int8 | 19 | null |
|
|
||||||
| ip_access_control_lists_id | uuid | 2147483647 | √ | null |
|
|
|||||
| last_update_instant | int8 | 19 | null |
|
|
||||||
| key_format | int2 | 5 | √ | null |
|
|
|||||
| key_manager | bool | 1 | null |
|
|
||||||
| key_value | varchar | 191 | null |
|
|
||||||
| permissions | text | 2147483647 | √ | null |
|
|
|||||
| meta_data | text | 2147483647 | √ | null |
|
|
|||||
| name | varchar | 191 | √ | null |
|
|
|||||
| tenants_id | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| authentication_keys_pkey | Primary key | Asc | id |
| authentication_keys_uk_1 | Must be unique | Asc | key_value |
| authentication_keys_uk_2 | Must be unique | Asc | name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| authentication_keys_chk_1 | (((key_format <> 1) OR (name IS NOT NULL))) |