Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_tokens_apitoken_id_seq'::regclass) |
|
|
|||||
| token | varchar | 64 | null |
|
|
||||||
| label | varchar | 255 | null |
|
|
||||||
| scopes | int8 | 19 | null |
|
|
||||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| user_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_tokens_apitoken_pkey | Primary key | Asc | id |
| api_tokens_apitoken_created_dff90883 | Performance | Asc | created |
| api_tokens_apitoken_token_5d2d2d5d_like | Performance | Asc | token |
| api_tokens_apitoken_token_key | Must be unique | Asc | token |
| api_tokens_apitoken_user_id_92435ca3 | Performance | Asc | user_id |