Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| session_id | BIGINT | 19 | null |
|
|
|||||
| user_id | BIGINT | 19 | null |
|
|
|||||
| refresh_token | VARBINARY | 2000 | √ | null |
|
|
Refresh tokens (unlimited lifetime) used by the backend to request fresh access tokens from the auth module |
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | session_id |
| fk_sessions_users_user_id_group_id | Performance | Asc | user_id |
| refresh_token | Performance | Asc | refresh_token |

