Changes between Version 7 and Version 8 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-14T20:36:08Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v7 v8  
    1111 * '''record_status''' - either 'A' or 'I', representing active or inactive.
    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.
     14 * '''updater_id''' - the last user's ID who changed this record. Foreign Key to ''users'' table.
     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.
    1316== evaluation_mixeval_details==
    1417== evaluation_mixevals ==