Changes between Version 9 and Version 10 of iPeerDatabaseSchema


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

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v9 v10  
    1111 * '''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.
    13  * '''created'' - a date entry for this entry's creation.
     13 * '''created''' - a date entry for this entry's creation.
    1414 * '''updater_id''' - the last user's ID who changed this record. Foreign Key to ''users'' table.
    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.
     16== evaluation_mixevals ==
    1617== evaluation_mixeval_details==
     18||'''id'''||primary key||
     19||'''evaluation_mixeval_id'''|| Foreign Key to ''evaluation_mixeval'' table.||
    1720 * '''id''' - primary key
    18  * '''evaluation_mixeval_id''' -
    19 == evaluation_mixevals ==
     21 * '''evaluation_mixeval_id''' - Foreign Key to ''evaluation_mixeval'' table.
    2022== evaluation_rubrics_details ==
    2123== evaluation_rubrics ==