Changes between Version 35 and Version 36 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-18T17:57:07Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v35 v36 131 131 ||'''self_eval'''||boolean integer||Does the user evaluate themselves as well? 132 132 ||'''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. 134 136 ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. 135 137 ||'''creator_id'''||integer||the ID of the ''user'' who created this course.