Totara Core Program Vis Map Table Schema (totara_core_program_vis_map)


Description

Program view hidden capability to role map

totara_core_program_vis_map table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
programid BIGINT 19 null
prog.id totacoreprogvismap_pro2_fk R
roleid BIGINT 19 null
role.id totacoreprogvismap_rol2_fk R

Table contained -1 rows

totara_core_program_vis_map table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
totacoreprogvismap_pro_ix Performance Asc programid
totacoreprogvismap_prorol_uix Must be unique Asc/Asc programid + roleid
totacoreprogvismap_rol_ix Performance Asc roleid

totara_core_program_vis_map table relationships