tokens
API access tokens per user and application.
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
user users.ID | integer | |||
application applications.ID | integer | |||
token | bytea | |||
expdate | bigint | |||
type | smallint | 0 | ||
hint | text | '' | ||
challenge | bytea |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| fk_tokens_application | gin | application | ||||
| pk_tokens | btree | token | ||||
| u_tokens_user_application_type | btree | user, application, type |
| Name | Type |
|---|---|
| c_tokens_application | check |
| c_tokens_challenge | check |
| dc_tokens_hint | check |
| dc_tokens_token | check |
| dc_tokens_type | check |
| fk_tokens_application | foreign_key |
| fk_tokens_user | foreign_key |
| pk_tokens | primary_key |
| u_tokens_user_application_type | unique |
Loading...