enrol_lti_tool_consumer_map

0 rows


Description

Table that maps the published tool to tool consumers.

Columns

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

The tool ID.

consumerid BIGINT 19 null
enrol_lti_lti2_consumer.id enroltitoolconsmap_con2_fkR

The consumer ID.

Indexes

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

Relationships