Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_course_completion_log_id_seq'::regclass) |
|
|
|||||
courseid | int8 | 19 | null |
|
|
||||||
userid | int8 | 19 | √ | null |
|
|
|||||
changeuserid | int8 | 19 | √ | null |
|
|
|||||
description | text | 2147483647 | null |
|
|
||||||
timemodified | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_courcomplog_id_pk | Primary key | Asc | id |
app_courcomplog_cha_ix | Performance | Asc | changeuserid |
app_courcomplog_cou_ix | Performance | Asc | courseid |
app_courcomplog_use_ix | Performance | Asc | userid |