Changes between Version 44 and Version 45 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-20T17:18:13Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v44 v45 226 226 ||'''type'''||enum(M,C,S,L)|| The type of the question. 227 227 ||'''master'''||enum(yes,no)||Not sure. 228 == responces == 228 == responses == 229 Holds the possible responses for a Survey question. 230 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 231 ||'''id'''||integer||Primary_Key 232 ||'''question_id'''||The ID of the question||''questions'' 233 ||'''response'''||A response to this question 229 234 == rubrics == 230 235 == rubtics_criteria_comments ==