Totara Core Course Vis Map Table Schema (totara_core_course_vis_map)


Description

Course view hidden capability to role map

totara_core_course_vis_map table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
courseid BIGINT 19 null
course.id totacorecourvismap_cou2_fk R
roleid BIGINT 19 null
role.id totacorecourvismap_rol2_fk R

Table contained -1 rows

totara_core_course_vis_map table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
totacorecourvismap_cou_ix Performance Asc courseid
totacorecourvismap_courol_uix Must be unique Asc/Asc courseid + roleid
totacorecourvismap_rol_ix Performance Asc roleid

totara_core_course_vis_map table relationships