Changes between Version 8 and Version 9 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-15T16:15:20Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v8 v9 9 9 * '''self_enroll''' - not fully implemented. The UI exists to modify this value, but no effect linked to it can be found in code 10 10 * '''password''' - an MD5 hash of the user password. 11 * '''record_status''' - either 'A' or 'I', representing active or inactive. 11 * '''record_status''' - either 'A' or 'I', representing active or inactive. Not always checked by code. 12 12 * '''creator_id''' - the ID of the user who created this course. Foreign Key to ''users'' table. 13 13 * '''created'' - a date entry for this entry's creation. … … 15 15 * '''instructor_id''' - unused, as far as I can tell. The course-instructor is a many-to-many relationship is handled by the ''user_courses'' table. 16 16 == evaluation_mixeval_details== 17 * '''id''' - primary key 18 * '''evaluation_mixeval_id''' - 17 19 == evaluation_mixevals == 18 20 == evaluation_rubrics_details ==