Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| assignment | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| grade | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| commenttext | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    The feedback text  | 
                                |||
| commentformat | SMALLINT | 5 | 0 | 
                                         | 
                                    
                                         | 
                                    The feedback text format  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| assicomm_ass_ix | Performance | Asc | assignment | 
| assicomm_gra_ix | Performance | Asc | grade |