Changes between Version 60 and Version 61 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-22T16:10:44Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v60 v61  
    302302||'''modified'''||date||the last time of modification
    303303== survey_questions ==
     304Conects the surveys table to the questions table (Many-to-many relationship). Also, gives the questions a number.
     305||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     306||'''id'''||integer||Primary_Key
     307||'''survey_id'''||integer||The survey this question belongs||''surveys''
     308||'''number'''||integer||The question number in the survey.
     309||'''question_id'''||integer||The question ID to put into survey||''questions''
    304310== survey_inputs ==
    305311== survey_groups ==