Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| workshopid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| comparison | SMALLINT | 5 | √ | 5 | 
                                         | 
                                    
                                         | 
                                    Here we store the recently set factor of comparison of assessment in the given workshop. Reasonable values are from 1 to 10 or so. Default to 5.  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| workbestsett_wor_uix | Must be unique | Asc | workshopid |