Changes between Version 23 and Version 24 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-15T18:22:58Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v23 v24  
    8585||'''score'''||integer||The score this evaluator gave the evaluatee.
    8686||'''eval_comment'''||text||A comment about the evaluatee by the evaluator.
    87 ||'''release_status'''||integer||Unsure (?)
     87||'''release_status'''||integer||Unsure (?) (vs grade_release)
    8888||'''grp_event_id'''||integer||Points to the ''group_events'' entry this entry is a part of.||''group_events''
    8989||'''event_id'''||integer||Points to the ''event'' that the above ''group_event'' entry is part of.||''events''
    90 ||'''date_submitted'''||The date the evaluation was submitted. (Does this just copy the info in ''evaluation_submissions'').
     90||'''date_submitted'''||date||The date the evaluation was submitted. (Does this just copy the info in ''evaluation_submissions'' ?)
     91||'''grade_release'''||integer||Unsure (?) (vs grade_release)
     92||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
     93||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
     94||'''created'''||date||a date entry for this entry's creation.
     95||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users''
     96||'''modified'''||date||the last time of modification.
    9197== evaluation_submissions ==
    9298== event_template_types ==