Changes between Version 27 and Version 28 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-18T17:20:53Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v27 v28  
    110110||'''modified'''||date||the last time of modification.
    111111== event_template_types ==
     112I think this holds the the entries for the rubric types in iPeer. However, the code often assumes it knows the meanings of evaluation type id's (1,2,3,4), and hard-codes those into the code, sometimes ignoring this table.
     113||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     114||'''id'''||integer||Primary_Key
     115||'''table_name'''||string||The name of the table that holds these types of evaluations.
     116||'''model_name'''||string||The name of the model that connects the above table to cake.
     117||'''display_for_selection'''||integer||A boolean integer. Tells if this type of evaluations should be available for selection when an instructor creates an event.
    112118== events ==
    113119== group_events ==