Changes between Version 28 and Version 29 of iPeerDatabaseSchema


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

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v28 v29  
    115115||'''table_name'''||string||The name of the table that holds these types of evaluations.
    116116||'''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.
     117||'''display_for_selection'''||integer||A boolean integer. Tells if this type of evaluations should be available for selection when an
     118||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code.
     119||'''creator_id'''||integer||the ID of the ''user'' who created this course.
     120||'''created'''||date||a date entry for this entry's creation.
     121||'''updater_id'''||integer||the last ''user's'' ID who changed this record.
     122||'''modified'''||date||the last time of modification.instructor creates an event.
    118123== events ==
    119124== group_events ==