app_totara_api_client

0 rows


Description

A table to store API clients

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_api_client_id_seq'::regclass)
app_totara_api_client_oauth2_client_provider.client_id Defined in XMLR
app_totara_api_client_rate_limit.client_id Defined in XMLR
app_totara_api_client_settings.client_id Defined in XMLR
name varchar 255 ''::character varying
description text 2147483647 null
tenant_id int8 19 null
app_tenant.id Defined in XMLR
time_created int8 19 null
status int2 5 1
user_id int8 19 null
app_user.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_totaapiclie_id_pk Primary key Asc id
app_totaapiclie_ten_ix Performance Asc tenant_id
app_totaapiclie_tim_ix Performance Asc time_created
app_totaapiclie_use_ix Performance Asc user_id

Relationships