Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| applications_id | uuid | 2147483647 | √ | null |
|
|
|||||
| data | text | 2147483647 | null |
|
|
||||||
| insert_instant | int8 | 19 | null |
|
|
||||||
| start_instant | int8 | 19 | null |
|
|
||||||
| tenants_id | uuid | 2147483647 | √ | null |
|
|
|||||
| token | varchar | 191 | √ | null |
|
|
|||||
| token_hash | bpchar | 64 | √ | null |
|
|
|||||
| token_hash_n1 | varchar | 44 | √ | null |
|
|
|||||
| token_seed | varchar | 20 | √ | null |
|
|
|||||
| token_text | text | 2147483647 | √ | null |
|
|
|||||
| users_id | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| refresh_tokens_pkey | Primary key | Asc | id |
| refresh_tokens_i_1 | Performance | Asc | start_instant |
| refresh_tokens_i_2 | Performance | Asc | applications_id |
| refresh_tokens_i_3 | Performance | Asc | users_id |
| refresh_tokens_i_4 | Performance | Asc | tenants_id |
| refresh_tokens_uk_1 | Must be unique | Asc | token |
| refresh_tokens_uk_2 | Must be unique | Asc | token_hash |
| refresh_tokens_uk_3 | Must be unique | Asc | token_hash_n1 |
| refresh_tokens_uk_4 | Must be unique | Asc | token_seed |