Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_prog_completion_log_id_seq'::regclass) |
|
|
||||
programid | 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_progcomplog_id_pk | Primary key | Asc | id |
app_progcomplog_cha_ix | Performance | Asc | changeuserid |
app_progcomplog_pro_ix | Performance | Asc | programid |
app_progcomplog_use_ix | Performance | Asc | userid |