Changes between Version 64 and Version 65 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-22T17:01:55Z (13 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v64 v65  
    317317||'''response_text'''||string||If this was a text question, the answer is recoded here
    318318||'''response_id'''||integer||Non-text responses are recorded here||''responses''
    319 == survey_groups ==
    320 ||__Column__||__Type__||__Description__||__Foreign Key to table...__||
    321 ||'''id'''||integer||Primary_Key
    322319== survey_group_sets ==
    323320Holds the Group Sets created from surveys.
     
    329326||'''date'''||integer||date of creation, but integer format (?)
    330327||'''released'''||enum(0,1)||Were these survey groups put into real groups in iPeer yet?
     328== survey_groups ==
     329||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     330||'''id'''||integer||Primary_Key
     331||'''group_set_id'''||integer||The group set that this survey_group belongs to
     332||'''group_number'''||integer||The number of the group in the groups set. Just gives the groups an order, I guess.
    331333== survey_group_members ==
    332 
     334||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     335||'''id'''||integer||Primary_Key
    333336== sys_function ==
    334337== sys_parameters ==