Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_feedback_completed_history_id_seq'::regclass) |
|
|
||||
feedback | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
timemodified | int8 | 19 | 0 |
|
|
|||||
random_response | int8 | 19 | 0 |
|
|
|||||
anonymous_response | int2 | 5 | 0 |
|
|
|||||
timearchived | int8 | 19 | null |
|
|
|||||
idarchived | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_feedcomphist_id_pk | Primary key | Asc | id |
app_feedcomphist_fee_ix | Performance | Asc | feedback |
app_feedcomphist_use_ix | Performance | Asc | userid |