Changes between Version 8 and Version 9 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-15T16:15:20Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v8 v9  
    99 * '''self_enroll''' - not fully implemented. The UI exists to modify this value, but no effect linked to it can be found in code
    1010 * '''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.
    1212 * '''creator_id''' - the ID of the user who created this course. Foreign Key to ''users'' table.
    1313 * '''created'' - a date entry for this entry's creation.
     
    1515 * '''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.
    1616== evaluation_mixeval_details==
     17 * '''id''' - primary key
     18 * '''evaluation_mixeval_id''' -
    1719== evaluation_mixevals ==
    1820== evaluation_rubrics_details ==