Scorm Seq Objective Table Schema (scorm_seq_objective)


Description

SCORM2004 objective description

scorm_seq_objective table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
scorm_seq_mapinfo.objectiveid scorseqmapi_obj2_fk R
scoid BIGINT 19 0
scorm_scoes.id scorseqobje_sco2_fk R
primaryobj BIT 1 0
objectiveid VARCHAR 255
satisfiedbymeasure BIT 1 1
minnormalizedmeasure FLOAT 11,4 0.0000

Table contained -1 rows

scorm_seq_objective table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
scorseqobje_sco_ix Performance Asc scoid
scorseqobje_scoid_uix Must be unique Asc/Asc scoid + id

scorm_seq_objective table relationships