Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_feedback_completedtmp_id_seq'::regclass) |
|
|
||||
| feedback | int8 | 19 | 0 |
|
|
|||||
| userid | int8 | 19 | 0 |
|
|
|||||
| guestid | varchar | 255 | ''::character varying |
|
|
|||||
| timemodified | int8 | 19 | 0 |
|
|
|||||
| random_response | int8 | 19 | 0 |
|
|
|||||
| anonymous_response | int2 | 5 | 0 |
|
|
|||||
| courseid | int8 | 19 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_feedcomp_id2_pk | Primary key | Asc | id |
| app_feedcomp_fee2_ix | Performance | Asc | feedback |
| app_feedcomp_use2_ix | Performance | Asc | userid |

