Totara Connect Client Courses Table Schema (totara_connect_client_courses)


Description

List of courses synced to a client, the enrolled users are restricted by totara_connect_clients.cohortid if specified

totara_connect_client_courses table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
clientid BIGINT 19 null
totara_connect_clients.id totaconncliecour_cli2_fk R
courseid BIGINT 19 null
course.id totaconncliecour_cou2_fk R
timecreated BIGINT 19 null

Table contained -1 rows

totara_connect_client_courses table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
totaconncliecour_cli_ix Performance Asc clientid
totaconncliecour_clicou_uix Must be unique Asc/Asc clientid + courseid
totaconncliecour_cou_ix Performance Asc courseid

totara_connect_client_courses table relationships