Changes between Version 44 and Version 45 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-20T17:18:13Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v44 v45  
    226226||'''type'''||enum(M,C,S,L)|| The type of the question.
    227227||'''master'''||enum(yes,no)||Not sure.
    228 == responces ==
     228== responses ==
     229Holds 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
    229234== rubrics ==
    230235== rubtics_criteria_comments ==