Changes between Version 22 and Version 23 of iPeerDatabaseSchema


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

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v22 v23  
    7979||'''modified'''||date||the last time of modification.
    8080== evaluation_simples ==
     81||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     82||'''id'''||integer||Primary_Key
     83||'''evaluator'''||integer||The user submitting the evaluation. They are evaluating other users.||''users''
     84||'''evaluatee'''||integer||The user being evaluated.||''users''
     85||'''score'''||integer||The score this evaluator gave the evaluatee.
     86||'''eval_comment'''||text||A comment about the evaluatee by the evaluator.
     87||'''release_status'''||integer||Unsure (?)
     88||'''grp_event_id'''||integer||Points to the ''group_events'' entry this entry is a part of.||''group_events''
     89||'''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'').
    8191== evaluation_submissions ==
    8292== event_template_types ==