Changes between Version 40 and Version 41 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-18T20:35:11Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v40 v41  
    190190||'''modified'''||date||the last time of modification
    191191== mixevals_questions_descs ==
     192Holds the LOM descriptions of each mixed evaluation question.
     193||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     194||'''id'''||integer||Primary_Key
     195||'''mixeval_id'''||integer||The ID of the mixed evaluation being described.||''mixevals''
     196||'''question_num'''||integer||The question this LOM description is for.
     197||'''scale_level'''||string||How many points this LOM is works.
     198||'''descriptor'''||string||The description of this LOM.
    192199== mixevals_questions ==
    193200== personalizes ==