tokens
| Name | Type | Storage | Nullable | Foreign Keys | Default Value & Notes |
|---|---|---|---|---|---|
| user | integer | plain | users.ID | No description provided. | |
| application | integer | plain | applications.ID | No description provided. | |
| token | bytea | extended | No description provided. | ||
| expdate | bigint | plain | No description provided. | ||
| type | smallint | plain | Default: 0No description provided. | ||
| hint | text | extended | Default: ''No description provided. | ||
| challenge | bytea | extended | No description provided. |
| 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...