Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workshop_comments_old_id_seq'::regclass) |
|
|
||||
workshopid | int8 | 19 | 0 |
|
|
|||||
assessmentid | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
timecreated | int8 | 19 | 0 |
|
|
|||||
mailed | int2 | 5 | 0 |
|
|
|||||
comments | text | 2147483647 | null |
|
|
|||||
newplugin | varchar | 28 | √ | null |
|
|
||||
newid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_workcommold_id_pk | Primary key | Asc | id |
app_workcommold_ass_ix | Performance | Asc | assessmentid |
app_workcommold_mai_ix | Performance | Asc | mailed |
app_workcommold_use_ix | Performance | Asc | userid |
app_workcommold_wor_ix | Performance | Asc | workshopid |