app_totara_api_client_oauth2_client_provider

0 rows


Description

A linking table for API clients and OAuth2 client providers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_api_client_oauth2_client_provider_id_seq'::regclass)
client_id int8 19 null
app_totara_api_client.id Defined in XMLR
client_provider_id int8 19 null
time_created int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totaapiclieoautclieprov_pk Primary key Asc id
app_totaapiclieoautclieprov_ix Performance Asc client_id

Relationships