| | 322 | == survey_group_sets == |
| | 323 | Holds the Group Sets created from surveys. |
| | 324 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| | 325 | ||'''id'''||integer||Primary_Key |
| | 326 | ||'''survey_id'''||integer||The survey this group set belongs to.||''surveys'' |
| | 327 | ||'''set_description'''||text||The description of this set of survey groups |
| | 328 | ||'''num_groups'''||integer||the number of groups is this group set. |
| | 329 | ||'''date'''||integer||date of creation, but integer format (?) |
| | 330 | ||'''released'''||enum(0,1)||Were these survey groups put into real groups in iPeer yet? |
| | 331 | == survey_group_members == |