Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| workshopid | BIGINT | 19 | null |
|
|
The id of the workshop |
||||
| nonegative | BIGINT | 19 | null |
|
|
Number of negative responses given by the reviewer |
||||
| grade | DECIMAL | 10,5 | null |
|
|
Percentual grade 0..100 for this number of negative responses |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| worknumemap_wor_ix | Performance | Asc | workshopid |
| worknumemap_wornon_uix | Must be unique | Asc/Asc | workshopid + nonegative |