Enrol Lti Tool Consumer Map Table Schema (enrol_lti_tool_consumer_map)


Description

Table that maps the published tool to tool consumers.

enrol_lti_tool_consumer_map table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
toolid BIGINT 19 null
enrol_lti_tools.id enroltitoolconsmap_too2_fk R

The tool ID.

consumerid BIGINT 19 null
enrol_lti_lti2_consumer.id enroltitoolconsmap_con2_fk R

The consumer ID.

Table contained -1 rows

enrol_lti_tool_consumer_map table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
enroltitoolconsmap_con_ix Performance Asc consumerid
enroltitoolconsmap_too_ix Performance Asc toolid

enrol_lti_tool_consumer_map table relationships