Changes between Version 50 and Version 51 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-21T19:42:05Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v50 v51 258 258 ||'''multiplier'''||integer||The importance of this criteria; its impact on score. 259 259 == rubrics_loms == 260 The very top descriptions of LOM, general, not per-question 260 261 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 261 262 ||'''id'''||integer||Primary_Key … … 263 264 ||'''lom_num'''||integer||The position number of this LOM|| 264 265 ||'''lom_comment'''||text||The description of this LOM|| 265 == rubtics_criteria_comments == 266 == rubrics_criteria_comments == 267 A per-question description of a Criteria's the LOMs 268 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 269 ||'''id'''||integer||Primary_Key 270 ||'''rubric_id'''||integer||The Rubric ID this LOM belongs to||''rubrics'' 271 ||'''criteria_num'''||integer||The position of criteria that is described, along with.. 272 ||'''lom_num'''||integer||...the position of the LOM that is described. 273 ||'''criteria_comment'''||The comment specific to this LOM. 266 274 == simple_evaluatons == 267 275 == survey_group_members ==