app_totara_connect_client_cohorts

0 rows


Description

List of cohorts synced to a client, the members are restricted by totara_connect_clients.cohortid if specified

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_connect_client_cohorts_id_seq'::regclass)
clientid int8 19 null
app_totara_connect_clients.id Defined in XMLR
cohortid int8 19 null
app_cohort.id Defined in XMLR
timecreated int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totaconncliecoho_id_pk Primary key Asc id
app_totaconncliecoho_cli_ix Performance Asc clientid
app_totaconncliecoho_clico_uix Must be unique Asc/Asc clientid + cohortid
app_totaconncliecoho_coh_ix Performance Asc cohortid

Relationships