enrol_lti_deployment

0 rows


Description

Each row represents a deployment of a tool within a platform

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
enrol_lti_context.ltideploymentid enrolticont_lti2_fkR
enrol_lti_resource_link.ltideploymentid enroltiresolink_lti3_fkR
enrol_lti_users.ltideploymentid enroltiuser_lti2_fkR
name VARCHAR 255

A short name identifying the tool deployment to users

deploymentid VARCHAR 255

The id of the deployment, as defined in the platform

platformid BIGINT 19 null
enrol_lti_app_registration.id enroltidepl_pla2_fkR

The platformid to which this deployment belongs

legacyconsumerkey VARCHAR 255 null

The legacy consumer key mapped to this deployment, if the deployment represents a migrated tool.

timecreated BIGINT 19 null
timemodified BIGINT 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
enroltidepl_pla2_ix Performance Asc platformid
enroltidepl_pladep2_uix Must be unique Asc/Asc platformid + deploymentid

Relationships