Changes between Version 65 and Version 66 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-22T17:16:20Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v65 v66  
    329329||__Column__||__Type__||__Description__||__Foreign Key to table...__||
    330330||'''id'''||integer||Primary_Key
    331 ||'''group_set_id'''||integer||The group set that this survey_group belongs to
     331||'''group_set_id'''||integer||The group set that this survey_group belongs to.||''survey_group_sets''
    332332||'''group_number'''||integer||The number of the group in the groups set. Just gives the groups an order, I guess.
    333333== survey_group_members ==
    334334||__Column__||__Type__||__Description__||__Foreign Key to table...__||
    335335||'''id'''||integer||Primary_Key
     336||'''group_set_id'''||integer||The group set that the member's survey_group belongs to.||''survey_group_sets''
     337||'''group_id'''||integer||The __survey group__ this member belongs to||''survey_groups''
     338||'''user_id'''||integer||The User ID of a user in this group
    336339== sys_function ==
    337340== sys_parameters ==