47 | | ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All 0's)||''users'' |
| 47 | ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users'' |
| 48 | ||'''modified'''||date||the last time of modification. |
| 49 | == evaluation_rubrics == |
| 50 | Holds all the submissions of evaluatee-evaluator pairs. |
| 51 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| 52 | ||'''id'''||integer||Primary_Key |
| 53 | |
| 54 | |
| 55 | ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. |
| 56 | ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users'' |
| 57 | ||'''created'''||date||a date entry for this entry's creation. |
| 58 | ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All NULLS's)||''users'' |