assignfeedback_file table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
				   | 
				 
				   | 
				 ||||
| assignment | BIGINT | 19 | 0 | 
				   | 
				 
				  
  | 
				 |||||
| grade | BIGINT | 19 | 0 | 
				   | 
				 
				  
  | 
				 |||||
| numfiles | BIGINT | 19 | 0 | 
				   | 
				 
				   | 
				 The number of files uploaded by a grader.  | 
				
Table contained -1 rows
assignfeedback_file table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| assifile_ass_ix | Performance | Asc | assignment | 
| assifile_gra_ix | Performance | Asc | grade | 
