Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_marketplace_linkedin_user_completion_id_seq'::regclass) |
|
|
||||
| user_id | int8 | 19 | null |
|
|
|||||
| learning_object_urn | varchar | 255 | ''::character varying |
|
|
|||||
| progress | int8 | 19 | null |
|
|
|||||
| completion | int2 | 5 | null |
|
|
|||||
| time_created | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_marklinkusercomp_id_pk | Primary key | Asc | id |
| app_marklinkusercomp_pro_ix | Performance | Asc | progress |
| app_marklinkusercomp_tim_ix | Performance | Asc | time_created |
| app_marklinkusercomp_use_ix | Performance | Asc | user_id |

