Changes between Version 42 and Version 43 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-20T16:47:41Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v42 v43  
    210210||'''scale_level'''||integer||The total number of LOMs(?)
    211211||'''response_type'''||enum(S,L,NULL)|| ''S'' denotes a short, single-line answer. ''L'' denotes a longer, multi-line answer.
    212 == personalizes ==
     212== personalizes ==
     213This table was use to store preferences for iPeer Lists, and course Home display. Ajax List doesn't use this table (but this could be added in the future).
     214||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     215||'''id'''||integer||Primary_Key
     216||'''user_id'''||integer||The user ID who this preference is for||''users''
     217||'''attribute_code'''||string||The "key" of the attribute.||
     218||'''attribute_value'''||string||The "value" of the attribute.||
     219||'''created'''||date||a date entry for this entry's creation.
     220||'''updated'''||date||a date entry for this entry's modification.
    213221== questions ==
    214222== responces ==