Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_oauth2_client_provider_id_seq'::regclass) |
|
|
||||
client_id | varchar | 80 | ''::character varying |
|
|
|||||
client_secret | varchar | 80 | ''::character varying |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
|||||
description | text | 2147483647 | √ | null |
|
|
||||
description_format | int2 | 5 | √ | null |
|
|
||||
scope | varchar | 1333 | √ | null |
|
|
||||
grant_types | varchar | 80 | √ | null |
|
|
||||
time_created | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totaoautclieprov_id_pk | Primary key | Asc | id |
app_totaoautclieprov_cli2_uix | Must be unique | Asc | client_secret |
app_totaoautclieprov_cli_uix | Must be unique | Asc | client_id |
app_totaoautclieprov_nam_ix | Performance | Asc | name |
app_totaoautclieprov_tim_ix | Performance | Asc | time_created |