mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-27 19:15:01 +02:00
1.1 KiB
1.1 KiB
public.token_exchange_jti
Columns
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| createdAt | timestamp(3) with time zone | false | ||||
| expiresAt | timestamp(3) with time zone | false | ||||
| jti | varchar(255) | false |
Constraints
| Name | Type | Definition |
|---|---|---|
| PK_d8e8a6f737d530fdd2dd716e89c | PRIMARY KEY | PRIMARY KEY (jti) |
| token_exchange_jti_createdAt_not_null | n | NOT NULL "createdAt" |
| token_exchange_jti_expiresAt_not_null | n | NOT NULL "expiresAt" |
| token_exchange_jti_jti_not_null | n | NOT NULL jti |
Indexes
| Name | Definition |
|---|---|
| PK_d8e8a6f737d530fdd2dd716e89c | CREATE UNIQUE INDEX "PK_d8e8a6f737d530fdd2dd716e89c" ON public.token_exchange_jti USING btree (jti) |
Relations
erDiagram
"public.token_exchange_jti" {
timestamp_3__with_time_zone createdAt
timestamp_3__with_time_zone expiresAt
varchar_255_ jti
}
Generated by tbls