app_dp_record_of_learning

0 rows


Description

Holds the record of learning for a user (courses only for now)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_dp_record_of_learning_id_seq'::regclass)
userid int8 19 null
app_user.id Defined in XMLR
instanceid int8 19 null
type int2 5 null

Indexes

Constraint Name Type Sort Column(s)
app_dprecooflear_id_pk Primary key Asc id
app_dprecooflear_ins_ix Performance Asc instanceid
app_dprecooflear_use_ix Performance Asc userid
app_dprecooflear_useinstyp_uix Must be unique Asc/Asc/Asc userid + instanceid + type

Relationships