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 |
|
|
|||||
classification_id | int8 | 19 | null |
|
|
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 |