Changes between Version 16 and Version 17 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-15T16:50:33Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v16 v17 11 11 ||'''password'''||string||an MD5 hash of the user password. 12 12 ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. 13 ||'''creator_id'''||integer||the ID of the userwho created this course.||''users''13 ||'''creator_id'''||integer||the ID of the ''user'' who created this course.||''users'' 14 14 ||'''created'''||date||a date entry for this entry's creation. 15 ||'''updater_id'''||integer||the last user's ID who changed this record.||''users'' 15 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||''users'' 16 ||'''modified'''||date||the last time of modification. 16 17 ||'''instructor_id'''||integer||unused, as far as I can tell. The course-instructor is a many-to-many relationship is handled by the ''user_courses'' table. 17 18 == evaluation_mixevals == … … 26 27 ||'''grp_event_id'''||integer||Points to the ''group_events'' entry this entry is a part of.||''group_events'' 27 28 ||'''event_id'''||integer||Points to the ''event'' that the above ''group_event'' entry is part of.||''events'' 28 29 ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. 30 ||'''creator_id'''||integer||the ID of the ''user'' who created this course.||''users'' 31 ||'''created'''||date||a date entry for this entry's creation. 32 ||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||''users'' 33 ||'''modified'''||date||the last time of modification. 29 34 == evaluation_mixeval_details== 30 35 ||'''id'''||primary key||