scorm_scoes_value

0 rows


Description

Values passed from SCORM package

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
scoid BIGINT 19 null
scorm_scoes.id scorscoevalu_sco2_fkR

The id of the scorm_scoes table

attemptid BIGINT 19 null
scorm_attempt.id scorscoevalu_att2_fkR

id from scorm_attempt

elementid BIGINT 19 null
scorm_element.id scorscoevalu_ele2_fkR

id from scorm_element

value LONGTEXT 2147483647 null

Value passed from SCORM package

timemodified BIGINT 19 0

Time value last changed.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
scorscoevalu_att_ix Performance Asc attemptid
scorscoevalu_ele_ix Performance Asc elementid
scorscoevalu_sco_ix Performance Asc scoid

Relationships