Changes between Version 35 and Version 36 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-18T17:57:07Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v35 v36  
    131131||'''self_eval'''||boolean integer||Does the user evaluate themselves as well?
    132132||'''com_req''''||boolean integer||Are the comments required?
    133 
     133||'''due_date'''||date||The due date for the event.
     134||'''release_date_begin'''||date||The when the event will open - start showing up on the student's display.
     135||'''release_date_end'''||date||The when the event will close - stop showing up on the student's display, even if it was completed.
    134136||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
    135137||'''creator_id'''||integer||the ID of the ''user'' who created this course.