app_marketplace_linkedin_learning_object_classify

0 rows


Description

Stores the relationship between the marketplace linkedin learning object and the classification

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_marketplace_linkedin_learning_object_classify_id_seq'::regclass)
learning_object_id int8 19 null
app_marketplace_linkedin_learning_object.id Defined in XMLR
classification_id int8 19 null
app_marketplace_linkedin_classification.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_marklinklearobjeclas_id_pk Primary key Asc id
app_marklinklearobjeclas_cl_ix Performance Asc classification_id
app_marklinklearobjeclas_l_uix Must be unique Asc/Asc learning_object_id + classification_id
app_marklinklearobjeclas_le_ix Performance Asc learning_object_id

Relationships