app_assignfeedback_file

0 rows


Description

Stores info about the number of files submitted by a student.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_assignfeedback_file_id_seq'::regclass)
assignment int8 19 0
app_assign.id Defined in XMLR
grade int8 19 0
app_assign_grades.id Defined in XMLR
numfiles int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_assifile_id3_pk Primary key Asc id
app_assifile_ass2_ix Performance Asc assignment
app_assifile_gra_ix Performance Asc grade

Relationships