Changes between Version 18 and Version 19 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-15T17:07:39Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v18 v19  
    4545||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users''
    4646||'''created'''||date||a date entry for this entry's creation.
    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 ==
     50Holds 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''
    4859||'''modified'''||date||the last time of modification.
    4960== evaluation_rubrics_details ==
    50 == evaluation_rubrics ==
    5161== evaluation_simples ==
    5262== evaluation_submissions ==