Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oauth_authorization_code_id_seq'::regclass) |
|
|
||||
| created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||
| updated_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||
| code | varchar | 255 | null |
|
|
|||||
| client_id | int8 | 19 | null |
|
|
|||||
| user_id | int8 | 19 | null |
|
|
|||||
| redirect_uri | text | 2147483647 | √ | null |
|
|
||||
| expires | timestamptz | 35,6 | √ | null |
|
|
||||
| scope | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oauth_authorization_code_pkey | Primary key | Asc | id |
| oauth_authorization_code_code_unique | Must be unique | Asc | code |