| 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''). |