Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workshop_aggregations_id_seq'::regclass) |
|
|
||||
workshopid | int8 | 19 | null |
|
|
|||||
userid | int8 | 19 | null |
|
|
|||||
gradinggrade | numeric | 10,5 | √ | null |
|
|
||||
timegraded | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_workaggr_id_pk | Primary key | Asc | id |
app_workaggr_use_ix | Performance | Asc | userid |
app_workaggr_wor_ix | Performance | Asc | workshopid |
app_workaggr_woruse_uix | Must be unique | Asc/Asc | workshopid + userid |