212 | | == personalizes == |
| 212 | == personalizes == |
| 213 | This 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. |